This is an automated email from the ASF dual-hosted git repository. yjhjstz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit b1a6c602cf442da95fc8222e0ada5d811fd6464b Author: Brent Doil <[email protected]> AuthorDate: Thu Sep 8 15:59:24 2022 -0400 pg_upgrade: Resolve test FIXME We don't drop partitioned tables with indexes for the pg_upgrade regression test on GPDB7. Remove the commented out commands and FIXME. Authored-by: Brent Doil <[email protected]> --- src/bin/pg_upgrade/test_gpdb_pre.sql | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/bin/pg_upgrade/test_gpdb_pre.sql b/src/bin/pg_upgrade/test_gpdb_pre.sql index c08102acc4..9327c97746 100644 --- a/src/bin/pg_upgrade/test_gpdb_pre.sql +++ b/src/bin/pg_upgrade/test_gpdb_pre.sql @@ -3,16 +3,6 @@ -- exist at the time of running upgrades. If objects are to be manipulated -- in other databases, make sure to change to the correct database first. --- GPDB_12_MERGE_FIXME: We don't need to drop partitioned table with indexes --- anymore, do we? ---partition tables with indexes requires dropping for now ---NOTE: 'isolation2test' and 'regression' database must already exist ---\c isolation2test; ---\i test_gpdb_pre_drop_partition_indices.sql; - ---\c regression; ---\i test_gpdb_pre_drop_partition_indices.sql; - -- The isolation tests are run in utility mode, and the objects left behind -- are not consistent between the QD and QEs. DROP DATABASE IF EXISTS isolation_regression; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
