Welcome to pgrx v0.12.7. This is a minor release which adds a few more Postgres headers, fixes a possible crashing bug, adds some more smarts to #[pg_cast], and adds a new GucFlags variant.
To upgrade, please execute cargo install cargo-pgrx --version 0.12.7 --locked. Then you can run cargo pgrx upgrade against your extension crates.
The plan is that this will be the last release in the v0.12.x series.
Welcome to pgrx v0.12.7. This is a minor release which adds a few more Postgres headers, fixes a possible crashing bug, adds some more smarts to
#[pg_cast
], and adds a newGucFlags
variant.To upgrade, please execute
cargo install cargo-pgrx --version 0.12.7 --locked
. Then you can runcargo pgrx upgrade
against your extension crates.The plan is that this will be the last release in the v0.12.x series.
What's Changed
More Headers
storage/freespace.h
by @rebasedming in https://github.com/pgcentralfoundation/pgrx/pull/1923commands/progress.h
by @usamoi in https://github.com/pgcentralfoundation/pgrx/pull/1924New Features
NOT_IN_SAMPLE
forGucFlags::NO_SHOW_ALL
by @Ngalstyan4 in https://github.com/pgcentralfoundation/pgrx/pull/1925#[pg_cast]
how to pass down arguments useful to#[pg_extern]
by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/1930Less Build Drama
Safety
leak_and_drop_on_delete()
by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/1929New Contributors
Full Changelog: https://github.com/pgcentralfoundation/pgrx/compare/v0.12.6...v0.12.7