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

From [email protected] (Tom Lane)
Subject pgsql: Change the default setting for log_min_error_statement to ERROR.
Date
Msg-id [email protected]
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: [email protected] (Tom Lane)
Date:
Subject: pgsql: Adjust elog.c so that elog(FATAL) exits (including cases where
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: I noticed that the Partitioning section of the docs has *two*