From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix breakages of hot standby regression test. |
Date: | 2014-06-06 09:49:31 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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_2_STABLE
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2014-06-06 09:49:40 | pgsql: Fix breakages of hot standby regression test. |
Previous Message | Fujii Masao | 2014-06-06 09:49:21 | pgsql: Fix breakages of hot standby regression test. |