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

Compatibility with postgres 11 and postgres 12 #2

Closed
wants to merge 2 commits into from

Conversation

Remi-C
Copy link

@Remi-C Remi-C commented Mar 11, 2020

Include unmerged changes from changes from the original git repo

@@ -36,6 +41,7 @@ getDefaultOpclass(Oid amoid, Oid typid)
HeapTuple tuple;
Relation heapRel;
Oid opclassOid = InvalidOid;
Form_pg_proc form;
Copy link

Choose a reason for hiding this comment

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

This needs a PG12 ifdef around it too.

Copy link
Author

Choose a reason for hiding this comment

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

HEy @systemed , thanks for your help!
Is this what you had in mind?
Best,
Remi

Copy link

Choose a reason for hiding this comment

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

Spot on!

add missing if pg12
@jirutka
Copy link
Owner

jirutka commented Dec 18, 2020

Is this still relevant and needed with the recent changes from the upstream repo?

@jirutka jirutka closed this Mar 16, 2021
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.

3 participants