citus/src
Önder Kalacı d33650d1c1
Record if any partitioned Citus tables during upgrade (#5555)
With Citus 11, the default behavior is to sync the metadata.
However, partitioned tables created pre-Citus 11 might have
index names that are not compatiable with metadata syncing.

See https://github.com/citusdata/citus/issues/4962 for the
details.

With this commit, we record the existence of partitioned tables
such that we can fix it later if any exists.
2021-12-27 03:33:34 -08:00
..
backend Record if any partitioned Citus tables during upgrade (#5555) 2021-12-27 03:33:34 -08:00
include Propagate foreign server ops 2021-12-23 17:54:04 +03:00
test Record if any partitioned Citus tables during upgrade (#5555) 2021-12-27 03:33:34 -08:00