Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 37e666b

Browse files
committed
Doc clarification for synchronous_commit.
Fujii Masao
1 parent 1fd832d commit 37e666b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/sgml/config.sgml

+3
Original file line numberDiff line numberDiff line change
@@ -1662,6 +1662,9 @@ SET ENABLE_SEQSCAN TO OFF;
16621662
to allow the transaction to commit asynchronously. However, the
16631663
special value <literal>local</> is available for transactions that
16641664
wish to wait for local flush to disk, but not synchronous replication.
1665+
If <varname>synchronous_standby_names</> is not set, <literal>on</>,
1666+
<literal>remote_write</> and <literal>local</> provide the same
1667+
synchronization level; transaction commit only waits for local flush.
16651668
</para>
16661669
<para>
16671670
This parameter can be changed at any time; the behavior for any

0 commit comments

Comments
 (0)