diff --git a/citus-tools b/citus-tools deleted file mode 160000 index 3376bd6845f..00000000000 --- a/citus-tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3376bd6845f0614908ed304f5033bd644c82d3bf diff --git a/src/test/regress/expected/pg17.out b/src/test/regress/expected/pg17.out index 53837aae122..c6deb41aaa8 100644 --- a/src/test/regress/expected/pg17.out +++ b/src/test/regress/expected/pg17.out @@ -2701,7 +2701,6 @@ MERGE INTO non_dist_table_12345 AS target_0 USING pg_catalog.pg_class AS ref_0 ON target_0.id = ref_0.relpages WHEN NOT MATCHED THEN DO NOTHING; -DROP TABLE non_dist_table_12345; -- Step 3: Switch back to the coordinator for distributed table operations \c postgresql://postgres@localhost::master_port/regression?application_name=psql SET search_path TO pg17; diff --git a/src/test/regress/sql/pg17.sql b/src/test/regress/sql/pg17.sql index 31dee46e7cd..f55d50d172a 100644 --- a/src/test/regress/sql/pg17.sql +++ b/src/test/regress/sql/pg17.sql @@ -1465,8 +1465,6 @@ USING pg_catalog.pg_class AS ref_0 ON target_0.id = ref_0.relpages WHEN NOT MATCHED THEN DO NOTHING; -DROP TABLE non_dist_table_12345; - -- Step 3: Switch back to the coordinator for distributed table operations \c postgresql://postgres@localhost::master_port/regression?application_name=psql SET search_path TO pg17;