pgsql: Fix erroneous documentation of synchronous_commit = remote_write

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix erroneous documentation of synchronous_commit = remote_write
Дата
Msg-id E1T4FIs-0002nB-Vd@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9e8f8ef1f072c6d990f334ffbb977eb7486c54f6

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Update 9.2 release notes to reflect commits to date.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make an editorial pass over the 9.2 release notes.