]> granicus.if.org Git - postgresql/commit
Fix erroneous documentation of synchronous_commit = remote_write.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Aug 2012 18:04:02 +0000 (14:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Aug 2012 18:04:36 +0000 (14:04 -0400)
commit932a271956afac90a676b946fd3e356b45581445
tree86c1e793cebc78d1891712ec69c0726453ad0bbf
parent03af60c010aebc0a100416897ecb0948168c99c9
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.
doc/src/sgml/config.sgml
doc/src/sgml/high-availability.sgml