Test: disable dependencies set for columnar table access method in citus_finish_pg_upgrade latest

pull/5911/head
Yanwen Jin 2022-06-09 12:50:45 -07:00
parent 6c9c5b50df
commit eab2b56fab
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ BEGIN
FROM pg_catalog.pg_dist_partition p;
-- 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
TRUNCATE pg_catalog.pg_dist_object;