postgresql/src/backend
Bruce Momjian 92288a1cf9 Change made to elog:
o  Change all current CVS messages of NOTICE to WARNING.  We were going
to do this just before 7.3 beta but it has to be done now, as you will
see below.

o Change current INFO messages that should be controlled by
client_min_messages to NOTICE.

o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.
to always go to the client.

o Remove INFO from the client_min_messages options and add NOTICE.

Seems we do need three non-ERROR elog levels to handle the various
behaviors we need for these messages.

Regression passed.
2002-03-06 06:10:59 +00:00
..
access Change made to elog: 2002-03-06 06:10:59 +00:00
bootstrap Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
catalog Change made to elog: 2002-03-06 06:10:59 +00:00
commands Change made to elog: 2002-03-06 06:10:59 +00:00
executor Change made to elog: 2002-03-06 06:10:59 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Change made to elog: 2002-03-06 06:10:59 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes Change made to elog: 2002-03-06 06:10:59 +00:00
optimizer Change made to elog: 2002-03-06 06:10:59 +00:00
parser Change made to elog: 2002-03-06 06:10:59 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Change made to elog: 2002-03-06 06:10:59 +00:00
postmaster Change made to elog: 2002-03-06 06:10:59 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
storage Change made to elog: 2002-03-06 06:10:59 +00:00
tcop Change made to elog: 2002-03-06 06:10:59 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Change made to elog: 2002-03-06 06:10:59 +00:00
Makefile Don't mention TIOGA in Makefile and move strdup.c rule into proper 2002-02-18 06:03:23 +00:00