Change a couple of ill-advised uses of INFO elog level to WARNINGs; in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7c63d0c72e7d5209f86849aaf74d4c28ee3911eb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-01-06T16:39:52Z
Releases: 8.4.0
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.

Files

PathChange+/−
doc/src/sgml/trigger.sgml modified +3 −3
src/backend/utils/misc/guc.c modified +11 −13
src/include/utils/elog.h modified +6 −5