projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5fbdc
)
doc: mention commit_delay is only honored if fsync is enabled
author
Bruce Momjian
<bruce@momjian.us>
Fri, 25 Jan 2013 20:53:59 +0000
(15:53 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 25 Jan 2013 20:54:28 +0000
(15:54 -0500)
per Tianyin Xu
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 5f47c1fa08b7f221038f203e8bbe31125b5b4853..19f513eca31683819d277b95628e17262d70b9a4 100644
(file)
--- 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>