- Notifications
You must be signed in to change notification settings - Fork41
Fix compatibility with new shm_mq_send API introduced in pg15.#39
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
maksm90 commentedMar 22, 2022
Hi@rjuju! Thanks for contribution. Generally to avoid code mess around calling of core functions not compatible for different versions of PostgreSQL we try to hide this in special |
Related upstream commit: 46846433a03dff4f2e08c8a161e54a842da360d6
rjuju commentedMar 22, 2022
Hi@maksm90. Thanks for the review, I wasn't aware of this compat.c file. I fixed-pushed-force accordingly (rjuju@77ba2ca), but github is somewhat broken again (https://www.githubstatus.com/incidents/83lq7ftk19r5) so it doesn't seem to have picked up the new commit here yet. It will probably eventually show up. |
maksm90 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, approved
rjuju commentedMar 24, 2022
Thanks! |
Related upstream commit: 46846433a03dff4f2e08c8a161e54a842da360d6