mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Misc message style and doc fixes.
Euler Taveira
This commit is contained in:
@ -226,13 +226,12 @@ PostgreSQL documentation
|
||||
<term><option>--fsync-interval=<replaceable>interval_seconds</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
How often should
|
||||
<link linkend="app-pgreceivexlog"><application>pg_receivexlog</application></link>
|
||||
issue sync commands to ensure the <parameter>--outputfile</parameter>
|
||||
is safely flushed to disk without being asked by the server to do
|
||||
so. Specifying an interval of <literal>0</literal> disables issuing
|
||||
fsyncs altogether, while still reporting progress the server.
|
||||
In this case, data may be lost in the event of a crash.
|
||||
How often should <application>pg_recvlogical</application> issue sync
|
||||
commands to ensure the <parameter>--outputfile</parameter> is safely
|
||||
flushed to disk without being asked by the server to do so. Specifying
|
||||
an interval of <literal>0</literal> disables issuing fsyncs altogether,
|
||||
while still reporting progress the server. In this case, data may be
|
||||
lost in the event of a crash.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user