]> granicus.if.org Git - postgresql/commit
Fix breakages of hot standby regression test.
authorFujii Masao <fujii@postgresql.org>
Fri, 6 Jun 2014 09:46:32 +0000 (18:46 +0900)
committerFujii Masao <fujii@postgresql.org>
Fri, 6 Jun 2014 09:48:09 +0000 (18:48 +0900)
commitbdc5400bc627e72a1fcf9d61459d0a34db58fca8
tree5ec2eac0dfc71c86d6882e62b4ff72f8c8f80af5
parent4fb647827592f69d53ea5201f58dfb53aad95147
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
src/test/regress/expected/hs_standby_allowed.out
src/test/regress/expected/hs_standby_disallowed.out
src/test/regress/sql/hs_standby_allowed.sql