Fix breakages of hot standby regression test.

Fujii Masao <fujii@postgresql.org>

Commit: 034d5c94647f91302e8df5a32154076b375f9134
Author: Fujii Masao <fujii@postgresql.org>
Date: 2014-06-06T09:48:28Z
Releases: 9.1.14
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

Files