pgsql: Fix breakages of hot standby regression test. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix breakages of hot standby regression test.
Date
Msg-id E1WsqmK-00085v-UH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix breakages of hot standby regression test.

This commit changes HS regression test so that it uses
REPEATABLE READ transaction instead of SERIALIZABLE one
because SERIALIZABLE transaction isolation level is not
available in HS. Also this commit fixes VACUUM/ANALYZE
label mixup.

This was fixed in HEAD (commit 2985e16), but it should
have been back-patched to 9.1 which had introduced SSI
and forbidden SERIALIZABLE transaction in HS.

Amit Langote

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e2f02ed64e5e953d60315b19509f697b073f840d

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: Fujii Masao
Date:
Subject: pgsql: Fix breakages of hot standby regression test.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix VACUUM/ANALYZE label mixup in HS regression test.