v0.9.2
This is pgrx v0.9.2. It's a minor release fixing a few bugs related to the PgVarlena type and the PostgresEq/Ord/Hash derive macros. It also now allows a #[pg_extern] function to return Result<Option<TableIterator<...>>>.
As always, make sure to cargo install cargo-pgrx --locked and update your Cargo.toml dependencies.
Bug Fixes
PgVarlena-based types are now correctly used by#[derive(PostgresEq/Ord/Hash)]by @eeeebbbbrrrr in #1159
There's a new example in pgrx-examples/src/pgvarlena.rs that demonstrates how to take advantage of all the DDL pgrx can generate for this combination of features.
- Fix parsing bugs with
#[pg_extern]in ff89c01
Miscellaneous Changes
New Contributors
Full Changelog: v0.9.1...v0.9.2