1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Revert temporary patch that made synchronous_commit default to OFF.

This commit is contained in:
Tom Lane
2007-09-10 02:01:19 +00:00
parent b7adf47eda
commit f243a1a1bd
3 changed files with 3 additions and 16 deletions

View File

@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* 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 $
*
*--------------------------------------------------------------------
*/
@ -560,8 +560,7 @@ static struct config_bool ConfigureNamesBool[] =
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,