pgsql: Change a couple of ill-advised uses of INFO elog level to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Change a couple of ill-advised uses of INFO elog level to
Date
Msg-id 20090106163952.B6FF3754A1B@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change a couple of ill-advised uses of INFO elog level to WARNINGs; in
particular this allows EmitWarningsOnPlaceholders messages to show up in the
postmaster log by default.  Update elog.h comment to make it clearer what INFO
is for, and fix one example in the SGML docs that was misusing it.  Per my
gripe of yesterday.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        trigger.sgml (r1.53 -> r1.54)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/trigger.sgml?r1=1.53&r2=1.54)
    pgsql/src/backend/utils/misc:
        guc.c (r1.489 -> r1.490)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.489&r2=1.490)
    pgsql/src/include/utils:
        elog.h (r1.98 -> r1.99)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/elog.h?r1=1.98&r2=1.99)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revert the default toast compression strategy to the former
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update pg_restore --help text to match the SGML documentation.