Skip to content

v0.9.1

Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 31 May 19:17
· 62 commits to master since this release
fd3f360

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