]> granicus.if.org Git - postgresql/commit
Change a couple of ill-advised uses of INFO elog level to WARNINGs; in
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 16:39:52 +0000 (16:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 16:39:52 +0000 (16:39 +0000)
commit7c63d0c72e7d5209f86849aaf74d4c28ee3911eb
tree78396ad23e3498e29a508e2003d08aa400972838
parent229bffedbc52f12aadb95ca2ee24d5bef36b7c7d
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.
doc/src/sgml/trigger.sgml
src/backend/utils/misc/guc.c
src/include/utils/elog.h