mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
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:
@ -474,7 +474,6 @@ reset enable_indexscan;
|
|||||||
reset maintenance_work_mem;
|
reset maintenance_work_mem;
|
||||||
reset replacement_sort_tuples;
|
reset replacement_sort_tuples;
|
||||||
-- clean up
|
-- clean up
|
||||||
\c -
|
|
||||||
DROP TABLE clustertest;
|
DROP TABLE clustertest;
|
||||||
DROP TABLE clstr_1;
|
DROP TABLE clstr_1;
|
||||||
DROP TABLE clstr_2;
|
DROP TABLE clstr_2;
|
||||||
|
@ -228,7 +228,6 @@ reset maintenance_work_mem;
|
|||||||
reset replacement_sort_tuples;
|
reset replacement_sort_tuples;
|
||||||
|
|
||||||
-- clean up
|
-- clean up
|
||||||
\c -
|
|
||||||
DROP TABLE clustertest;
|
DROP TABLE clustertest;
|
||||||
DROP TABLE clstr_1;
|
DROP TABLE clstr_1;
|
||||||
DROP TABLE clstr_2;
|
DROP TABLE clstr_2;
|
||||||
|
Reference in New Issue
Block a user