Upgrading
Please make sure to run cargo install cargo-pgx
and update all the pgx
extension Cargo.toml
's pgx*
versions to 0.3.1
.
What's Changed
- Fix: We correctly use the right
fcinfo
ident if it's renamed in a #[pg_extern]
. (#433)
- We repaired some
Cargo.toml
metadata. (#434)