pgsql: Change the default setting for log_min_error_statement to ERROR. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Change the default setting for log_min_error_statement to ERROR.
Date
Msg-id 20061121012337.660AB9F9EEC@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust elog.c so that elog(FATAL) exits (including cases where
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: I noticed that the Partitioning section of the docs has *two*