Skip to content

Commit

Permalink
tets update
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hm3t committed Jan 21, 2025
1 parent e04858f commit 3603184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/regress/expected/pg17.out
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,7 @@ USING pg_catalog.pg_class AS ref_0
ON target_0.id = ref_0.relpages
WHEN NOT MATCHED THEN DO NOTHING;
-- Step 3: Switch back to the coordinator for distributed table operations
\c - - - :master_port
\c postgresql://postgres@localhost::master_port/regression?application_name=psql
SET search_path TO pg17;
-- Step 4: Create and test a distributed table
CREATE TABLE dist_table_67890 (id INTEGER);
Expand Down
2 changes: 1 addition & 1 deletion src/test/regress/sql/pg17.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ ON target_0.id = ref_0.relpages
WHEN NOT MATCHED THEN DO NOTHING;

-- Step 3: Switch back to the coordinator for distributed table operations
\c - - - :master_port
\c postgresql://postgres@localhost::master_port/regression?application_name=psql
SET search_path TO pg17;

-- Step 4: Create and test a distributed table
Expand Down

0 comments on commit 3603184

Please sign in to comment.