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 aTableIterator
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