pgsql: Fix erroneous documentation of synchronous_commit = remote_write

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix erroneous documentation of synchronous_commit = remote_write
Date: 2012-08-22 18:05:18
Message-ID: E1T4FIs-0002n9-UW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/932a271956afac90a676b946fd3e356b45581445

Modified Files
--------------
doc/src/sgml/config.sgml | 48 ++++++++++++++++++++--------------
doc/src/sgml/high-availability.sgml | 16 +++++++----
2 files changed, 38 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-08-22 21:37:39 pgsql: Make an editorial pass over the 9.2 release notes.
Previous Message Tom Lane 2012-08-22 17:48:15 Re: pgsql: Update 9.2 release notes to reflect commits to date.