From 6dc7760ac3c3aeb766f489121f39d26d6f9b8c46 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 20 May 2005 14:53:26 +0000 Subject: Add support for wal_fsync_writethrough for Darwin, and restructure the code to better handle writethrough. Chris Campbell --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index bbe9526e5f3..cb533a9cfe5 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1595,7 +1595,7 @@ SET ENABLE_SEQSCAN TO OFF; values are fsync (call fsync() at each commit), fdatasync (call fdatasync() at each commit), - fsync_writethrough (call _commit() at each commit on Windows), + fsync_writethrough (force write-through of any disk write cache), open_sync (write WAL files with open() option O_SYNC), and open_datasync (write WAL files with open() option O_DSYNC). Not all of these choices are available on all platforms. -- cgit v1.2.3