File tree 3 files changed +3
-16
lines changed
3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.143 2007/09/10 01:39 :19 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.144 2007/09/10 02:01 :19 tgl Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -1352,14 +1352,6 @@ SET ENABLE_SEQSCAN TO OFF;
1352
1352
commits. It is therefore possible, and useful, to have some
1353
1353
transactions commit synchronously and others asynchronously.
1354
1354
</para>
1355
-
1356
- <!-- this note should go away before release!! -->
1357
- <note>
1358
- <para>
1359
- For testing purposes, <varname>synchronous_commit</varname> will
1360
- default to <literal>off</> until 8.3 release approaches.
1361
- </para>
1362
- </note>
1363
1355
</listitem>
1364
1356
</varlistentry>
1365
1357
Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.418 2007/09/10 01:39 :19 tgl Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.419 2007/09/10 02:01 :19 tgl Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -560,8 +560,7 @@ static struct config_bool ConfigureNamesBool[] =
560
560
NULL
561
561
},
562
562
& XactSyncCommit ,
563
- /* XXX TEMPORARY FOR TESTING: sync commit should default to TRUE! */
564
- false, NULL , NULL
563
+ true, NULL , NULL
565
564
},
566
565
{
567
566
{"zero_damaged_pages" , PGC_SUSET , DEVELOPER_OPTIONS ,
Original file line number Diff line number Diff line change 1
1
For All Releases (major, minor, beta, RC)
2
2
================
3
3
4
- *** SPECIAL FOR 8.3: don't forget to revert patch of 2007-08-13 that
5
- made synchronous_commit default to OFF. Affects this file, guc.c, and
6
- config.sgml.
7
-
8
4
* Release version number changes
9
5
o doc/bug.template
10
6
o bump Win32 interface version numbers
You can’t perform that action at this time.
0 commit comments