pgsql: regression test: fix hot standby tests by using repeatable read

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: regression test: fix hot standby tests by using repeatable read
Дата
Msg-id E1WciAe-000414-9j@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
regression test:  fix hot standby tests by using repeatable read

Serializable transactions won't work on a Hot Standby.  Also fix
VACUUM/ANALYZE label mixup.

Patch by Martín Marqués

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2985e16031b61e9a428635e6860b3024570d3666

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: improve CREATE RULE event list