diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-13 19:27:12 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-13 19:27:12 +0000 |
commit | b83bd31bd953b6daa22bcbdaee5ade2a27ec7324 (patch) | |
tree | 03135682de41ad83eb9f992a8d220cf03b68c8b8 /doc/src | |
parent | 647fd9a108581d875543fd601b09ebd05e850993 (diff) |
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!
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 10 |
1 files changed, 9 insertions, 1 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.136 2007/08/04 01:26:53 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.137 2007/08/13 19:27:11 tgl Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -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. </para> + +<!-- this note should go away before release!! --> +<note> + <para> + For testing purposes, <varname>synchronous_commit</varname> will + default to <literal>off</> until 8.3 release approaches. + </para> +</note> </listitem> </varlistentry> |