projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df24e93
)
Fix ordering of default sync options to match code.
author
Bruce Momjian
Tue, 9 Aug 2005 05:01:10 +0000
(
05:01
+0000)
committer
Bruce Momjian
Tue, 9 Aug 2005 05:01:10 +0000
(
05:01
+0000)
doc/src/sgml/runtime.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/runtime.sgml
b/doc/src/sgml/runtime.sgml
index 299fc28a7db251c29317cefdeac2569f0853133d..87a976396324f94b024409386563810a36b7ff63 100644
(file)
--- a/
doc/src/sgml/runtime.sgml
+++ b/
doc/src/sgml/runtime.sgml
@@
-1,5
+1,5
@@
@@
-1744,12
+1744,12
@@
SET ENABLE_SEQSCAN TO OFF;
-
open_sync> (write WAL files with
open()> option
O_SYNC>
)
+
fsync_writethrough> (force write-through of any disk write cache
)
-
fsync_writethrough> (force write-through of any disk write cache
)
+
open_sync> (write WAL files with
open()> option
O_SYNC>
)