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.6. This releases fixes a number of bugs, cleans up various parts of the code, adds more Postgres
#include
headers, and other little things.To upgrade, first install cargo-pgrx with
cargo install cargo-pgrx --version 0.12.6 --locked
. Then you can runcargo pgrx upgrade
in your extension's crate to update its dependencies.What's Changed
IntoDatum for char
by @YohDeadfall in Removed extra allocation fromIntoDatum for char
#1887IntoDatum for char
#1887 by @YohDeadfall in Fixed IntoDatum impl for char introduced by #1887 #1889impl FromDatum for CString
by @workingjubilee inimpl FromDatum for CString
#1896BorrowDatum
for unsizing borrows of datums by @workingjubilee in AddBorrowDatum
for unsizing borrows of datums #1891numrange
duringfrom_datum()
by @eeeebbbbrrrr in fix segfault with emptynumrange
duringfrom_datum()
#1918New Contributors
Full Changelog: v0.12.5...v0.12.6