Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 addstorage/freespace.h
#1923commands/progress.h
by @usamoi in addcommands/progress.h
#1924New Features
NOT_IN_SAMPLE
forGucFlags::NO_SHOW_ALL
by @Ngalstyan4 in ImplyNOT_IN_SAMPLE
forGucFlags::NO_SHOW_ALL
#1925#[pg_cast]
how to pass down arguments useful to#[pg_extern]
by @eeeebbbbrrrr in Teach#[pg_cast]
how to pass down arguments useful to#[pg_extern]
#1930Less Build Drama
Safety
leak_and_drop_on_delete()
by @eeeebbbbrrrr in fix: crash from drop impls that panic vialeak_and_drop_on_delete()
#1929New Contributors
NOT_IN_SAMPLE
forGucFlags::NO_SHOW_ALL
#1925Full Changelog: v0.12.6...v0.12.7