Skip to content

v0.5.6

Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 21 Oct 17:39
· 374 commits to master since this release
8c10bf1

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