postgresql/src/backend/storage
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
..
buffer Change made to elog: 2002-03-06 06:10:59 +00:00
file Change made to elog: 2002-03-06 06:10:59 +00:00
freespace Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list 2002-01-24 15:31:43 +00:00
ipc Change made to elog: 2002-03-06 06:10:59 +00:00
large_object pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
lmgr Change made to elog: 2002-03-06 06:10:59 +00:00
page Change made to elog: 2002-03-06 06:10:59 +00:00
smgr Change made to elog: 2002-03-06 06:10:59 +00:00
Makefile Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00