Merge synchronous_replication setting into synchronous_commit.

Robert Haas <rhaas@postgresql.org>

Commit: 240067b3b0ff989d2b28f4f917f7958f2ec76b05
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-04-04T20:25:52Z
Releases: 9.1.0
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.

Files