citus/src
Sait Talha Nisanci cddb8663dd fix array_cat_agg for pg upgrades
array_cat_agg now needs to take anycompatiblearray instead of anyarray
because array_cat changed its type from anyarray to anycompatiblearray
with pg14.

To handle upgrades correctly, we drop the aggregate in
citus_pg_prepare_upgrade. To be able to drop it, we first remove the
dependency from pg_depend.

Then we create the right aggregate in citus_finish_pg_upgrade and we
also add the dependency back to pg_depend.
2021-08-25 16:53:56 +03:00
..
backend fix array_cat_agg for pg upgrades 2021-08-25 16:53:56 +03:00
include Includes pg_version_constants.h in columnar_version_compat.h 2021-08-25 16:50:01 +03:00
test fix array_cat_agg for pg upgrades 2021-08-25 16:53:56 +03:00