Test: update latest.sql in citus_finish_pg_upgrade

pull/5911/head
Yanwen Jin 2022-06-10 13:11:46 -07:00
parent f7b548dc10
commit 40e4dab3de
1 changed files with 1 additions and 1 deletions

View File

@ -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;