github pgcentralfoundation/pgrx v0.9.1

latest releases: v0.12.5, v0.12.4, v0.12.3...
16 months ago

This is pgrx v0.9.1. It's a minor point release.

What's Changed

  • Add --configure-flag option for cargo pgrx init by @ewencp in #1154

cargo pgrx init can now accept configure flags to pass to each Postgres version it builds. This can be helpful for properly configuring other contrib/ packages that are otherwise installed.

This adds the ability to construct an empty PgHeapTuple from the underlying type Oid. It also marks one of its constructor functions as unsafe. The latter might be considered a breaking API change, but it's such a minor thing that it's not worth a full semver bump.

Full Changelog: v0.9.0...v0.9.1

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.