pgsql: Fix breakages of hot standby regression test.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix breakages of hot standby regression test.
Дата
Msg-id E1Wsqm1-000857-CJ@gemulon.postgresql.org
обсуждение исходный текст
Список 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/034d5c94647f91302e8df5a32154076b375f9134

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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix off-by-one in decoding causing one-record events to be skipp
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix breakages of hot standby regression test.