v0.9.1
This is pgrx v0.9.1. It's a minor point release.
What's Changed
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.
- do some cleanups around
PgHeapTuple
to make it easier to use by @eeeebbbbrrrr in #1153
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