mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Doc clarification for synchronous_commit.
Fujii Masao
This commit is contained in:
@@ -1662,6 +1662,9 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
to allow the transaction to commit asynchronously. However, the
|
to allow the transaction to commit asynchronously. However, the
|
||||||
special value <literal>local</> is available for transactions that
|
special value <literal>local</> is available for transactions that
|
||||||
wish to wait for local flush to disk, but not synchronous replication.
|
wish to wait for local flush to disk, but not synchronous replication.
|
||||||
|
If <varname>synchronous_standby_names</> is not set, <literal>on</>,
|
||||||
|
<literal>remote_write</> and <literal>local</> provide the same
|
||||||
|
synchronization level; transaction commit only waits for local flush.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This parameter can be changed at any time; the behavior for any
|
This parameter can be changed at any time; the behavior for any
|
||||||
|
|||||||
Reference in New Issue
Block a user