From 833d91ae5e811f923d341dbcf1c89a34d6cdbae5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 9 Aug 2005 05:01:10 +0000 Subject: [PATCH] Fix ordering of default sync options to match code. --- doc/src/sgml/runtime.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 299fc28a7d..87a9763963 100644 --- 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)