pgsql: Merge synchronous_replication setting into synchronous_commit.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Merge synchronous_replication setting into synchronous_commit.
Дата
Msg-id E1Q6qLl-0000eE-UN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Merge synchronous_replication setting into synchronous_commit.

This means one less thing to configure when setting up synchronous
replication, and also avoids some ambiguity around what the behavior
should be when the settings of these variables conflict.

Fujii Masao, with additional hacking by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/240067b3b0ff989d2b28f4f917f7958f2ec76b05

Modified Files
--------------
doc/src/sgml/config.sgml                      |   68 +++++++++----------------
doc/src/sgml/high-availability.sgml           |   48 +++++++----------
doc/src/sgml/release-9.1.sgml                 |    7 ++-
src/backend/access/transam/xact.c             |    5 +-
src/backend/postmaster/autovacuum.c           |    3 +-
src/backend/replication/syncrep.c             |    1 -
src/backend/utils/misc/guc.c                  |   43 ++++++++++------
src/backend/utils/misc/postgresql.conf.sample |    6 +--
src/include/access/xact.h                     |   11 +++-
src/include/replication/syncrep.h             |    3 +-
10 files changed, 91 insertions(+), 104 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Uppercase and tags in SGML source
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Update MSVC toolchain to match SGML entity uppercasing