pgsql: Minor test adjustment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor test adjustment.
Date: 2016-07-13 19:36:38
Message-ID: E1bNPxW-0006Pq-AH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/56a997413391337f7fb9926144d6b6fa831b9d22

Modified Files
--------------
src/test/regress/expected/cluster.out | 1 -
src/test/regress/sql/cluster.sql | 1 -
2 files changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-07-13 20:57:02 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Tom Lane 2016-07-13 19:24:01 pgsql: Add a regression test case to improve code coverage for tuplesor