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

This reverts commit eab2b56fab.
pull/5911/head
Yanwen Jin 2022-06-09 12:57:02 -07:00
parent eab2b56fab
commit cf48ab0872
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;