-
- Downloads
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 2985e160), but it should have been back-patched to 9.1 which had introduced SSI and forbidden SERIALIZABLE transaction in HS. Amit Langote
Showing
- src/test/regress/expected/hs_standby_allowed.out 1 addition, 1 deletionsrc/test/regress/expected/hs_standby_allowed.out
- src/test/regress/expected/hs_standby_disallowed.out 1 addition, 1 deletionsrc/test/regress/expected/hs_standby_disallowed.out
- src/test/regress/sql/hs_standby_allowed.sql 1 addition, 1 deletionsrc/test/regress/sql/hs_standby_allowed.sql
Loading
Please register or sign in to comment