Open
Conversation
b26d61e to
13ab5f6
Compare
JelteF
added a commit
that referenced
this pull request
Dec 10, 2025
JelteF
added a commit
that referenced
this pull request
Dec 10, 2025
Taken from Postgres commit: 8268e66ac64cb846517580e0808f971343391fdf
JelteF
added a commit
that referenced
this pull request
Dec 10, 2025
Changes created by doing: ``` git diff e963297 src/vendor/pg_ruleutils_17.c > ruleutils.diff ``` Then slightly modifying that diff file to replace 17 with 19 ``` git apply --3way ruleutils.diff ```
7031a50 to
f07d1f4
Compare
JelteF
added a commit
that referenced
this pull request
Dec 10, 2025
f07d1f4 to
d3248cc
Compare
JelteF
added a commit
that referenced
this pull request
Dec 10, 2025
Taken from Postgres commit: 8268e66ac64cb846517580e0808f971343391fdf
JelteF
added a commit
that referenced
this pull request
Dec 10, 2025
Changes created by doing: ``` git diff e963297 src/vendor/pg_ruleutils_17.c > ruleutils.diff ``` Then slightly modifying that diff file to replace 17 with 19 ``` git apply --3way ruleutils.diff ```
Taken from Postgres commit: 8268e66ac64cb846517580e0808f971343391fdf
Changes created by doing: ``` git diff e963297 src/vendor/pg_ruleutils_17.c > ruleutils.diff ``` Then slightly modifying that diff file to replace 17 with 19 ``` git apply --3way ruleutils.diff ```
0d609fc to
055c4b2
Compare
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.
PG19 development is well underway, it would be good if we can compile pg_duckdb without problems with it already so we don't have to fix all the things at the end.