This is pgrx v0.12.9. This version will refuse to build against Postgres versions 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21. These Postgres versions introduced an ABI incompatibility that we'd rather just not ever have to deal with.
As always, to upgrade please run cargo install cargo-pgrx --version v0.12.9 --locked
.
You may need to run another cargo pgrx init
to pickup the new latest versions of each major release.
What's Changed
- Blocklist "bad" postgres versions by @eeeebbbbrrrr in #1950
- Update version to 0.12.9 by @eeeebbbbrrrr in #1951
Full Changelog: v0.12.8...v0.12.9