-
+
Server Configuration
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.
-
-
* Written by Peter Eisentraut
.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.418 2007/09/10 01:39:19 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.419 2007/09/10 02:01:19 tgl Exp $
*
*--------------------------------------------------------------------
*/
NULL
},
&XactSyncCommit,
- /* XXX TEMPORARY FOR TESTING: sync commit should default to TRUE! */
- false, NULL, NULL
+ true, NULL, NULL
},
{
{"zero_damaged_pages", PGC_SUSET, DEVELOPER_OPTIONS,
For All Releases (major, minor, beta, RC)
================
-*** SPECIAL FOR 8.3: don't forget to revert patch of 2007-08-13 that
-made synchronous_commit default to OFF. Affects this file, guc.c, and
-config.sgml.
-
* Release version number changes
o doc/bug.template
o bump Win32 interface version numbers