Skip to content

testing/postgresql-citus: upgrade to 10.2.2

Michael Pirogov requested to merge uuser/aports:citus into master

citus v10.2.2 (October 14, 2021)

  • Fixes a bug that causes reading columnar metapage as all-zeros when writing to a columnar table

  • Fixes a bug that could cause prerequisite columnar table access method objects being not created during pg upgrades

  • Fixes a bug that could cause CREATE INDEX to fail for expressions when using custom search_path

  • Fixes an unexpected error that occurs due to aborted writes to a columnar table with an index

Merge request reports