]> granicus.if.org Git - postgresql/commit
Merge synchronous_replication setting into synchronous_commit.
authorRobert Haas <rhaas@postgresql.org>
Mon, 4 Apr 2011 20:13:01 +0000 (16:13 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 4 Apr 2011 20:25:52 +0000 (16:25 -0400)
commit240067b3b0ff989d2b28f4f917f7958f2ec76b05
tree385e0e13abda1024fc6a5cd8a81583a3a86366bd
parentfc3459d70c5d842fe6519522649c8a47454f25bb
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.
doc/src/sgml/config.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/release-9.1.sgml
src/backend/access/transam/xact.c
src/backend/postmaster/autovacuum.c
src/backend/replication/syncrep.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/access/xact.h
src/include/replication/syncrep.h