PG19: handle property graph dependency object classes - #8733
Open
ibrahim halatci (ihalatci) wants to merge 1 commit into
Open
PG19: handle property graph dependency object classes#8733ibrahim halatci (ihalatci) wants to merge 1 commit into
ibrahim halatci (ihalatci) wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## pg19-support #8733 +/- ##
================================================
- Coverage 88.80% 88.80% -0.01%
================================================
Files 288 288
Lines 64416 64420 +4
Branches 8100 8102 +2
================================================
+ Hits 57206 57208 +2
- Misses 4873 4875 +2
Partials 2337 2337 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
privilegesregression pass; original object-class 6470/6473 errors no longer reproduceFixes #8729
Fixes #8729.
Upstream provenance
The property-graph catalogs and relation OIDs 6470/6473 predate PG19 Beta1. Beta2-range PostgreSQL commit
9d8cdcbe0c8abegan recording graph-label/property dependencies, which exposed those pre-existingObjectAddress.classIdvalues to Citus and triggered the stale compatibility mapper. Thus the omission was latent in Beta1 and directly exposed by Beta2 dependency behavior.