Skip to content

v0.9.4

Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 08 Jun 16:37
· 50 commits to master since this release
65a507d

Welcome to pgrx v0.9.4. It is a minor bugfix release resolving an issue returning a TableIterator with only 1 field.

As always, please update with cargo install cargo-pgrx --locked and update your crate dependencies.

What's Changed

  • Properly Support RETURNS TABLE (T) (returning a table with 1 field) by @eeeebbbbrrrr in #1164. This closes Issue #1031 and #1091
  • Remove pgrx/Cargo.toml dependency on the time crate 579f29f

Full Changelog: v0.9.3...asdf