pgsql: regression test: fix hot standby tests by using repeatable read - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: regression test: fix hot standby tests by using repeatable read
Date
Msg-id E1WciAe-000414-9j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
regression test:  fix hot standby tests by using repeatable read

Serializable transactions won't work on a Hot Standby.  Also fix
VACUUM/ANALYZE label mixup.

Patch by Martín Marqués

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2985e16031b61e9a428635e6860b3024570d3666

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: improve CREATE RULE event list