Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56a9974

Browse files
committed
Minor test adjustment.
Dept of second thoughts: given the RESET SESSION AUTHORIZATION that was just added by commit cec5501, we don't need the reconnection that used to be here. Might as well buy back a few microseconds.
1 parent cec5501 commit 56a9974

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/regress/expected/cluster.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ reset enable_indexscan;
474474
reset maintenance_work_mem;
475475
reset replacement_sort_tuples;
476476
-- clean up
477-
\c -
478477
DROP TABLE clustertest;
479478
DROP TABLE clstr_1;
480479
DROP TABLE clstr_2;

src/test/regress/sql/cluster.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ reset maintenance_work_mem;
228228
reset replacement_sort_tuples;
229229

230230
-- clean up
231-
\c -
232231
DROP TABLE clustertest;
233232
DROP TABLE clstr_1;
234233
DROP TABLE clstr_2;

0 commit comments

Comments
 (0)