Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Jan 22, 2025
1 parent 890526f commit 134ae50
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion citus-tools
Submodule citus-tools deleted from 3376bd
1 change: 0 additions & 1 deletion src/test/regress/expected/pg17.out
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions src/test/regress/sql/pg17.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 134ae50

Please sign in to comment.