pgsql: Better fix for sequence access in hot standby test

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Better fix for sequence access in hot standby test
Date: 2017-01-04 13:52:59
Message-ID: E1cOlzv-0007hf-RV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Better fix for sequence access in hot standby test

The purpose of the test was to check access to the sequence relation on
a hot standby, so change the test to read a different column from the
sequence, instead of just reading the catalog.

From: Andreas Karlsson <andreas(at)proxel(dot)se>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/579f700911794d33d95628266f8ed700f113ee16

Modified Files
--------------
src/test/regress/expected/hs_standby_allowed.out | 8 ++++----
src/test/regress/sql/hs_standby_allowed.sql | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-04 15:05:10 Re: pgsql: Update copyright for 2017
Previous Message Magnus Hagander 2017-01-04 09:52:52 pgsql: Attempt to handle pending-delete files on Windows