Upgrading
Please make sure to run cargo install cargo-pgx
and update all the pgx
extension Cargo.toml
's pgx*
versions to 0.3.2
.
What's Changed
- Fix: Resolved an issue in
#[pg_extern(..)]
functions with attributes that also returned tuples. A change in #410 caused incorrect macro expansion. (#440)