pgrx v0.9.3 is a minor update that resolves some issues with the relatively new zero-copy array support. There are no user-facing changes in this release.
As always, please install it with cargo install cargo-pgrx --locked
and update your dependencies accordingly.
What's Changed
- Teach
Array
how to work with Arrays of arbitrary fixed-sizes that are also pass-by-value by @eeeebbbbrrrr in #1161 - Simplify and fix some correctness issues with fixed-size byval arrays by @thomcc in #1162
Full Changelog: v0.9.2...v0.9.3