pgsql: Fix obsolete comment regarding NOTICE message level. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix obsolete comment regarding NOTICE message level.
Date
Msg-id E1ZDCG1-00043E-GN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix obsolete comment regarding NOTICE message level.

By default NOTICE message is not sent to server log because
the default value of log_min_messages is WARNING since 8.4.

Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6ba365aa4621b0e4c4c0920cbdf56348875a46a2

Modified Files
--------------
src/include/utils/elog.h |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Make wal_compression PGC_SUSET rather than PGC_USERSET.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix postmaster's handling of a startup-process crash.