doc: mention commit_delay is only honored if fsync is enabled

per Tianyin Xu
This commit is contained in:
Bruce Momjian 2013-01-25 15:53:59 -05:00
parent 0d5fbdc157
commit bb1e504951

View File

@ -1968,7 +1968,7 @@ include 'filename'
the first process that becomes ready to flush waits for the configured the first process that becomes ready to flush waits for the configured
interval, while subsequent processes wait only until the leader interval, while subsequent processes wait only until the leader
completes the flush. The default <varname>commit_delay</> is zero completes the flush. The default <varname>commit_delay</> is zero
(no delay). (no delay), and only honored if <varname>fsync</varname> is enabled.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>