Fix erroneous documentation of synchronous_commit = remote_write.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9e8f8ef1f072c6d990f334ffbb977eb7486c54f6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-08-22T18:04:49Z
Releases: 9.2.0
Fix erroneous documentation of synchronous_commit = remote_write.

The docs claimed that this mode only waits for the standby to receive WAL
data, but actually it waits for the data to be written out to the standby's
OS; which is a pretty significant difference because it removes the risk of
crash of the walreceiver process.

Files

PathChange+/−
doc/src/sgml/config.sgml modified +28 −20
doc/src/sgml/high-availability.sgml modified +10 −6