Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix segfault when creating explicit TLE version #213

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Conversation

adamguo0
Copy link
Contributor

Description of changes:

When recording TLE dependencies for pg_dump/restore, read the extension control file whether an explicit version is specified or not.

fixes #181

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

When recording TLE dependencies for pg_dump/restore, read the extension
control file whether an explicit version is specified or not.
@adamguo0 adamguo0 marked this pull request as draft July 11, 2023 15:59
@adamguo0 adamguo0 marked this pull request as ready for review July 11, 2023 16:10
@adamguo0 adamguo0 requested a review from jkatz July 11, 2023 16:10
Copy link
Contributor

@jkatz jkatz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@jkatz jkatz merged commit cdfa031 into aws:main Jul 11, 2023
@adamguo0 adamguo0 deleted the segfault branch July 11, 2023 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TLE installation does automatically update to the default version like Postgres extensions do
2 participants