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

Commit 507627f

Browse files
committed
Rephrase the documentation on pg_receivexlog --synchronous option.
The old wording talked about a "sync command", meaining fsync(), but it was not very clear.
1 parent efba7a5 commit 507627f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/pg_receivexlog.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ PostgreSQL documentation
139139
<term><option>--synchronous</option></term>
140140
<listitem>
141141
<para>
142-
Issue sync commands as soon as there is WAL data which has not been
143-
flushed yet. Also status packets are sent back to the server just after
144-
WAL data is flushed whatever <literal>--status-interval</> is set to.
142+
Flush the WAL data to disk immediately after it has been received. Also
143+
send a status packet back to the server immediately after flushing,
144+
regardless of <literal>--status-interval</>.
145145
</para>
146146
</listitem>
147147
</varlistentry>

0 commit comments

Comments
 (0)