postgresql/src/backend/optimizer/path
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
..
_deadcode New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
allpaths.c Suppress subquery pullup and pushdown when the subquery has any 2001-12-10 22:54:12 +00:00
clausesel.c Change made to elog: 2002-03-06 06:10:59 +00:00
costsize.c Fix thinko: cost_mergejoin must pay attention to which side of the 2002-03-01 20:50:20 +00:00
indxpath.c Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
joinpath.c sort_inner_and_outer needs a check to ensure that it's consumed all the 2001-11-11 19:18:54 +00:00
joinrels.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
orindxpath.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
pathkeys.c In find_mergeclauses_for_pathkeys, it's okay to return multiple merge 2001-11-11 20:33:53 +00:00
tidpath.c Further work on making use of new statistics in planner. Adjust APIs 2001-06-05 05:26:05 +00:00