Welcome to pgrx v0.19.1. A followup to v0.19.0 that resolves some missing Postgres pg19 symbols and cleans up how cargo-pgrx's test framework manages postgres socket directories.
As always run cargo install cargo-pgrx --version 0.19.1 --locked and run cargo pgrx upgrade to fixup your extension crates.
See the release notes for v0.19.0 for details.
What's Changed
- Decouple pgrx test socket dir from PGDATA by @eeeebbbbrrrr in #2334
- restore missing binding symbols for pg19 by @eeeebbbbrrrr in #2335
Full Changelog: v0.19.0...v0.19.1