Skip to content

v0.3.2

Compare
Choose a tag to compare
@Hoverbear Hoverbear released this 16 Feb 17:09
· 593 commits to master since this release
30b7a87

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)