Skip to content

pgcollection 2.1.2

Choose a tag to compare

@jim-mlodgenski jim-mlodgenski released this 29 May 12:58
· 13 commits to main since this release

Bug Fixes

  • Tighten type coercion in value retrieval and array conversion. Replace can_coerce_type() with exact type match or IsBinaryCoercible() check to ensure datumCopy always uses metadata consistent with the actual stored datum representation.
  • Fix icollection_to_array two-argument polymorphic overload to determine the output element type from get_fn_expr_rettype() rather than assuming it matches the stored type.

Testing

  • Add regression tests for type coercion boundaries.

Internal Improvements

  • Run pgindent with latest pg_bsd_indent.

Full Changelog: v2.1.1...v2.1.2