pgsql: Merge synchronous_replication setting into synchronous_commit.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Merge synchronous_replication setting into synchronous_commit.
Date: 2011-04-04 20:26:13
Message-ID: E1Q6qLl-0000eE-UN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-04-04 20:44:31 pgsql: Update MSVC toolchain to match SGML entity uppercasing
Previous Message Alvaro Herrera 2011-04-04 20:10:17 pgsql: Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source