diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-10 02:01:19 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-10 02:01:19 +0000 |
commit | f243a1a1bd836ed45f6e37a3843868bd9bbecad7 (patch) | |
tree | 3906c1f503f69145d3743a2cab8158539334b992 /doc/src | |
parent | b7adf47eda0ef19507aa65bc021cb893536e708c (diff) |
Revert temporary patch that made synchronous_commit default to OFF.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 10 |
1 files changed, 1 insertions, 9 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.143 2007/09/10 01:39:19 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.144 2007/09/10 02:01:19 tgl Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -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. </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> |