Skip to content

v0.9.7

Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 29 Jun 14:42
· 37 commits to master since this release
f048ce9

This is pgrx v0.9.7. It fixes an important bug when working with arrays that have leading NULL elements. Such arrays could lead to spurious Postgres errors or even crashes when iterating.

Please upgrade your pgrx projects as soon as you can, making sure to update your crate dependencies and to cargo install cargo-pgrx --locked.

What's Changed

PR #1180 - Arrays with leading NULL values are now properly advanced during iteration.

Thanks!

Big thanks to @workingjubilee for some late-night debugging!

Full Changelog: v0.9.6...v0.9.7