github pgcentralfoundation/pgrx v0.5.5

latest releases: v0.12.5, v0.12.4, v0.12.3...
23 months ago

This is pgx v0.5.5. It is a small bugfix release that includes the fix from PR #807.

Please cargo install --locked cargo-pgx and update your Cargo.toml:

pgx = "0.5.5"

Fixed Bugs

  • Functions using the name!() macro in their return type (returning a TableIterator or (rust, tuple)) can now use Rust reserved keywords as the first "column name" argument. This was a regression introduced in 0.5.3.

Full Changelog: v0.5.4...v0.5.5

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.