github pgcentralfoundation/pgrx v0.5.6

latest releases: v0.11.4, v0.12.0-alpha.1, v0.12.0-alpha.0...
20 months ago

This is pgx v0.5.6. 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.6"

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.6

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.