1. 28 7月, 1998 1 次提交
  2. 16 6月, 1998 1 次提交
  3. 27 4月, 1998 1 次提交
    • B
      This patch... · 09baa3cc
      Bruce Momjian 提交于
      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.
      09baa3cc
  4. 26 2月, 1998 1 次提交
  5. 08 2月, 1998 1 次提交
  6. 17 1月, 1998 1 次提交
  7. 06 1月, 1998 1 次提交
  8. 05 1月, 1998 1 次提交
  9. 21 11月, 1997 1 次提交
  10. 27 10月, 1997 1 次提交
  11. 29 9月, 1997 1 次提交
  12. 21 9月, 1997 1 次提交
  13. 18 9月, 1997 1 次提交
  14. 09 9月, 1997 1 次提交
  15. 08 9月, 1997 1 次提交
  16. 07 9月, 1997 1 次提交
  17. 22 8月, 1997 1 次提交
  18. 21 8月, 1997 2 次提交
  19. 19 8月, 1997 2 次提交
  20. 13 8月, 1997 1 次提交
  21. 02 1月, 1997 1 次提交
  22. 17 11月, 1996 1 次提交
  23. 06 11月, 1996 1 次提交
  24. 04 11月, 1996 1 次提交
  25. 21 10月, 1996 1 次提交
  26. 19 8月, 1996 1 次提交
  27. 09 7月, 1996 1 次提交