From f243a1a1bd836ed45f6e37a3843868bd9bbecad7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 10 Sep 2007 02:01:19 +0000 Subject: Revert temporary patch that made synchronous_commit default to OFF. --- doc/src/sgml/config.sgml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 819af646e3b..0663f62deb9 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -1352,14 +1352,6 @@ SET ENABLE_SEQSCAN TO OFF; commits. It is therefore possible, and useful, to have some transactions commit synchronously and others asynchronously. - - - - - For testing purposes, synchronous_commit will - default to off until 8.3 release approaches. - - -- cgit v1.2.3