]> granicus.if.org Git - postgresql/commitdiff
Minor test adjustment.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jul 2016 19:36:25 +0000 (15:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jul 2016 19:36:25 +0000 (15:36 -0400)
Dept of second thoughts: given the RESET SESSION AUTHORIZATION that
was just added by commit cec550139, we don't need the reconnection
that used to be here.  Might as well buy back a few microseconds.

src/test/regress/expected/cluster.out
src/test/regress/sql/cluster.sql

index 4c8d834d7ab7c675fd974ec4c61c30ff47cae264..2a57cdeb510903a5f803badfe0580ef620557cd0 100644 (file)
@@ -474,7 +474,6 @@ reset enable_indexscan;
 reset maintenance_work_mem;
 reset replacement_sort_tuples;
 -- clean up
-\c -
 DROP TABLE clustertest;
 DROP TABLE clstr_1;
 DROP TABLE clstr_2;
index 6e619fdcc7d18460d8ebb556e1f273228fec85fe..d4d5556c6be107ca59b05b90491fb563ec8ff8d9 100644 (file)
@@ -228,7 +228,6 @@ reset maintenance_work_mem;
 reset replacement_sort_tuples;
 
 -- clean up
-\c -
 DROP TABLE clustertest;
 DROP TABLE clstr_1;
 DROP TABLE clstr_2;