postgresql/src
Bruce Momjian 09baa3cc81 This patch...
1. Removes the unnecessary "#define AbcRegProcedure 123"'s from
pg_proc.h.

2. Changes those #defines to use the names already defined in
fmgr.h.

3. Forces the make of fmgr.h in backend/Makefile instead of having
it
   made as a dependency in access/common/Makefile  *hack*hack*hack*

4. Rearranged the #includes to a less helter-skelter arrangement,
also
    changing <file.h> to "file.h" to signify a non-system header.

5. Removed "pg_proc.h" from files where its only purpose was for
the
   #defines removed in item #1.

6. Added "fmgr.h" to each file changed for completeness sake.

Turns out that #6 was not necessary for some files because fmgr.h
was being included in a roundabout way SIX levels deep by the first
include.

"access/genam.h"
 ->"access/relscan.h"
   ->"utils/rel.h"
     ->"access/strat.h"
       ->"access/skey.h"
	 ->"fmgr.h"

So adding fmgr.h really didn't add anything to the compile, hopefully
just made it clearer to the programmer.

S Darren.
1998-04-27 04:08:07 +00:00
..
backend This patch... 1998-04-27 04:08:07 +00:00
bin Re-add pg_dump fix. 1998-04-07 22:36:38 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include This patch... 1998-04-27 04:08:07 +00:00
interfaces Included is a patch for ecpg which seems to have some compiling 1998-04-26 23:14:39 +00:00
lextest Hi, 1998-04-06 00:32:26 +00:00
makefiles DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
man manual page update from Oliver Elphick 1998-04-27 03:41:33 +00:00
pl/tcl DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
template Fix cc-specifc compiler flags in templatees. 1998-04-27 03:32:11 +00:00
test Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
tools Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
tutorial Fix spelling of "including 1998-03-20 04:12:25 +00:00
utils Hi, 1998-04-06 00:32:26 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in distclean cleanup 1998-04-06 17:02:13 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Fix for PROFILE env. 1998-04-12 01:18:35 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Add prper perl config testing. 1998-04-27 03:56:59 +00:00
configure.in Add prper perl config testing. 1998-04-27 03:56:59 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00