Test: use columnar_internal instead of citus_internal in citus_finish_pg_upgrade forcolumnar

pull/5911/head
Yanwen Jin 2022-06-10 13:51:03 -07:00
parent 99be185f52
commit 03c83f0ae8
2 changed files with 4 additions and 4 deletions

View File

@ -127,8 +127,8 @@ BEGIN
'n' as deptype
FROM pg_catalog.pg_dist_partition p;
-- disable set dependencies for columnar table access method
-- PERFORM citus_internal.columnar_ensure_am_depends_catalog();
-- set dependencies for columnar table access method
PERFORM columnar_internal.columnar_ensure_am_depends_catalog();
-- restore pg_dist_object from the stable identifiers
TRUNCATE pg_catalog.pg_dist_object;

View File

@ -127,8 +127,8 @@ BEGIN
'n' as deptype
FROM pg_catalog.pg_dist_partition p;
-- disable set dependencies for columnar table access method
-- PERFORM citus_internal.columnar_ensure_am_depends_catalog();
-- set dependencies for columnar table access method
PERFORM columnar_internal.columnar_ensure_am_depends_catalog();
-- restore pg_dist_object from the stable identifiers
TRUNCATE pg_catalog.pg_dist_object;