[COMMITTERS] pgsql: Better fix for sequence access in hot standby test - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Better fix for sequence access in hot standby test
Date
Msg-id E1cOlzv-0007hf-RV@gemulon.postgresql.org
Whole thread Raw
List 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@proxel.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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: [COMMITTERS] pgsql: Attempt to handle pending-delete files on Windows
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Update copyright for 2017