pgsql: Change the default setting for log_min_error_statement to ERROR.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change the default setting for log_min_error_statement to ERROR.
Date: 2006-11-21 01:23:37
Message-ID: 20061121012337.660AB9F9EEC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change the default setting for log_min_error_statement to ERROR. Per
recent discussion in which majority opinion was that this is a more
widely useful setting than the previous default of PANIC.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.95&r2=1.96)
pgsql/src/backend/utils/misc:
guc.c (r1.358 -> r1.359)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.358&r2=1.359)
postgresql.conf.sample (r1.198 -> r1.199)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.198&r2=1.199)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-11-21 03:44:55 pgsql: I noticed that the Partitioning section of the docs has *two*
Previous Message Tom Lane 2006-11-21 00:49:55 pgsql: Adjust elog.c so that elog(FATAL) exits (including cases where