pgsql: regression test: fix hot standby tests by using repeatable read

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: regression test: fix hot standby tests by using repeatable read
Date: 2014-04-22 21:24:04
Message-ID: E1WciAe-000414-9j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-22 21:54:47 pgsql: doc: improve CREATE RULE event list
Previous Message Bruce Momjian 2014-04-22 20:06:43 pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination