pgsql: TEMPORARILY make synchronous_commit default to OFF, so that we

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: TEMPORARILY make synchronous_commit default to OFF, so that we
Date: 2007-08-13 19:27:12
Message-ID: 20070813192712.16674754258@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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!

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.136 -> r1.137)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.136&r2=1.137)
pgsql/src/backend/utils/misc:
guc.c (r1.411 -> r1.412)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.411&r2=1.412)
pgsql/src/tools:
RELEASE_CHANGES (r1.73 -> r1.74)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES?r1=1.73&r2=1.74)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2007-08-13 20:37:11 pgbouncer - pgbouncer: More magic cleanup, found even couple potential
Previous Message User Mkz 2007-08-13 19:24:02 pgbouncer - pgbouncer: Magic number and error message cleanup.