Rephrase the documentation on pg_receivexlog --synchronous option.

The old wording talked about a "sync command", meaining fsync(), but it
was not very clear.
pull/14/head
Heikki Linnakangas 11 years ago
parent efba7a542f
commit 507627f5b5
  1. 6
      doc/src/sgml/ref/pg_receivexlog.sgml

@ -139,9 +139,9 @@ PostgreSQL documentation
<term><option>--synchronous</option></term> <term><option>--synchronous</option></term>
<listitem> <listitem>
<para> <para>
Issue sync commands as soon as there is WAL data which has not been Flush the WAL data to disk immediately after it has been received. Also
flushed yet. Also status packets are sent back to the server just after send a status packet back to the server immediately after flushing,
WAL data is flushed whatever <literal>--status-interval</> is set to. regardless of <literal>--status-interval</>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

Loading…
Cancel
Save