citus/src
Onur Tirtir 25024b776e
Skip deleting options if columnar.options is already dropped (#5458)
Drop extension might cascade to columnar.options before dropping a
columnar table. In that case, we were getting below error when opening
columnar.options to delete records for the columnar table that we are
about to drop.: "ERROR:  could not open relation with OID 0".

I somehow reproduced this bug easily when upgrading pg, that is why
adding added the test to after_pg_upgrade_schedule.
2021-11-12 12:30:09 +03:00
..
backend Skip deleting options if columnar.options is already dropped (#5458) 2021-11-12 12:30:09 +03:00
include Introduce GUC citus.use_citus_managed_tables 2021-11-11 14:09:06 +03:00
test Skip deleting options if columnar.options is already dropped (#5458) 2021-11-12 12:30:09 +03:00