postgresql/src/backend/port
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
..
aix The following patch updates the FAQ_AIX and makes C++ code work with 2001-03-27 14:56:20 +00:00
beos Change made to elog: 2002-03-06 06:10:59 +00:00
darwin Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
dynloader Change made to elog: 2002-03-06 06:10:59 +00:00
hpux This hasn't been used for anything for a long time... 2001-02-09 19:26:45 +00:00
nextstep Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
qnx4 Test program needs to declare MaxBackends, per Bernd Tegge. 2001-11-11 22:12:00 +00:00
sunos4 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
tas Solaris cleanup. 1998-06-19 02:55:19 +00:00
gethostname.c Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
getrusage.c Add stdio for NULL define. 1998-12-12 19:57:51 +00:00
inet_aton.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
inet_aton.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
isinf.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
Makefile.in Make port makefile slightly less crufty. 2002-03-04 17:43:32 +00:00
memcmp.c Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. 2001-12-20 21:23:05 +00:00
random.c Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
snprintf.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
srandom.c Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
strcasecmp.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
strerror.c Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
strtol.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
strtoul.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00