Minor test adjustment.

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.
This commit is contained in:
Tom Lane 2016-07-13 15:36:25 -04:00
parent cec5501394
commit 56a9974133
2 changed files with 0 additions and 2 deletions

View 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;

View 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;