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

source-postgres: Don't fail on pre-12 PostgreSQL #2403

Merged

Conversation

willdonnelly
Copy link
Member

@willdonnelly willdonnelly commented Feb 14, 2025

Description:

The new generated columns logic assumed that the PostgreSQL version is recent enough to support generated columns, but they were only added in v12 and we support earlier versions, so we ought to handle failures of that query non-fatally.


This change is Reviewable

The new generated columns logic assumed that the PostgreSQL version
is recent enough to support generated columns, but they were only
added in v12 and we support earlier versions, so we ought to
handle failures of that query non-fatally.
@willdonnelly willdonnelly added the change:unplanned Unplanned change, useful for things like doc updates label Feb 14, 2025
@willdonnelly willdonnelly requested a review from a team February 14, 2025 15:52
Copy link
Member

@williamhbaker williamhbaker left a comment

Choose a reason for hiding this comment

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

LGTM

@willdonnelly willdonnelly merged commit 65cb31d into main Feb 14, 2025
52 of 55 checks passed
@willdonnelly willdonnelly deleted the wgd/postgres-generated-columns-non-fatal-20250214 branch February 14, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:unplanned Unplanned change, useful for things like doc updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants