]> 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:49 +0000 (14:04 -0400)
commit9e8f8ef1f072c6d990f334ffbb977eb7486c54f6
treec6712e893c826e0d104eceb150c243d63d2f2d62
parent3f9abab59021fff43dade76bfeea139ccbbb38dc
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