]> granicus.if.org Git - postgresql/commitdiff
Rephrase the documentation on pg_receivexlog --synchronous option.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Feb 2015 08:35:46 +0000 (10:35 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Feb 2015 08:37:44 +0000 (10:37 +0200)
The old wording talked about a "sync command", meaining fsync(), but it
was not very clear.

doc/src/sgml/ref/pg_receivexlog.sgml

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