mirror of https://github.com/citusdata/citus.git
Test: disable dependencies set for columnar table access method in citus_finish_pg_upgrade latest
parent
6c9c5b50df
commit
eab2b56fab
|
@ -128,7 +128,7 @@ BEGIN
|
||||||
FROM pg_catalog.pg_dist_partition p;
|
FROM pg_catalog.pg_dist_partition p;
|
||||||
|
|
||||||
-- set dependencies for columnar table access method
|
-- set dependencies for columnar table access method
|
||||||
PERFORM citus_internal.columnar_ensure_am_depends_catalog();
|
-- PERFORM citus_internal.columnar_ensure_am_depends_catalog();
|
||||||
|
|
||||||
-- restore pg_dist_object from the stable identifiers
|
-- restore pg_dist_object from the stable identifiers
|
||||||
TRUNCATE pg_catalog.pg_dist_object;
|
TRUNCATE pg_catalog.pg_dist_object;
|
||||||
|
|
Loading…
Reference in New Issue