From b83bd31bd953b6daa22bcbdaee5ade2a27ec7324 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 13 Aug 2007 19:27:12 +0000 Subject: TEMPORARILY make synchronous_commit default to OFF, so that we can get more thorough testing of async-commit mode from the buildfarm. This patch MUST get reverted before 8.3 release! --- doc/src/sgml/config.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 6b4db09605b..0259e4c31f0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -1352,6 +1352,14 @@ 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