aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-01-25 15:53:59 -0500
committerBruce Momjian <bruce@momjian.us>2013-01-25 15:54:28 -0500
commitbb1e504951bbdb1931365b1c6d1b4e5f3a3043d1 (patch)
treeb8ad5654e44db14bccfbd5b7212cd46010b651e4 /doc/src
parent0d5fbdc157a17abc379052f5099b1c29a33cebe2 (diff)
downloadpostgresql-bb1e504951bbdb1931365b1c6d1b4e5f3a3043d1.tar.gz
postgresql-bb1e504951bbdb1931365b1c6d1b4e5f3a3043d1.zip
doc: mention commit_delay is only honored if fsync is enabled
per Tianyin Xu
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 5f47c1fa08b..19f513eca31 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 <varname>commit_delay</> is zero
- (no delay).
+ (no delay), and only honored if <varname>fsync</varname> is enabled.
</para>
</listitem>
</varlistentry>