From: Bruce Momjian Date: Fri, 25 Jan 2013 20:53:59 +0000 (-0500) Subject: doc: mention commit_delay is only honored if fsync is enabled X-Git-Tag: REL9_3_BETA1~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb1e504951bbdb1931365b1c6d1b4e5f3a3043d1;p=postgresql doc: mention commit_delay is only honored if fsync is enabled per Tianyin Xu --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 5f47c1fa08..19f513eca3 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1968,7 +1968,7 @@ include 'filename' the first process that becomes ready to flush waits for the configured interval, while subsequent processes wait only until the leader completes the flush. The default commit_delay is zero - (no delay). + (no delay), and only honored if fsync is enabled.