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

feat(pgrx): support pg16, update pgrx #45

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

t3hmrman
Copy link
Member

@t3hmrman t3hmrman commented Dec 8, 2023

This commit updates pgrx to 0.11.2 and adds support for Postgres 16 (https://www.postgresql.org/docs/16/).

Resolves #23

@t3hmrman
Copy link
Member Author

t3hmrman commented Dec 8, 2023

Since this is actually a SemVer minor change, let's wait until the ticket on automated releases (#44) lands, and make a new release with this inside.

@t3hmrman t3hmrman added the blocked Currently blocked by another issue label Dec 8, 2023
@t3hmrman t3hmrman force-pushed the feat/pgrx/support-16 branch 4 times, most recently from 2f155d4 to ccda199 Compare December 11, 2023 10:58
@t3hmrman t3hmrman removed the blocked Currently blocked by another issue label Dec 11, 2023
This commit updates pgrx to 0.11.2 and adds support for Postgres
16 (https://www.postgresql.org/docs/16/).

Signed-off-by: vados <[email protected]>
@t3hmrman t3hmrman force-pushed the feat/pgrx/support-16 branch from 2bcfb4f to 7456d87 Compare December 12, 2023 01:46
@t3hmrman t3hmrman merged commit e92d22d into main Dec 12, 2023
3 checks passed
@t3hmrman t3hmrman deleted the feat/pgrx/support-16 branch December 12, 2023 13:37
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.

Feature: support postgres 16.0
1 participant