postgresql/src/backend/access
Peter Eisentraut 385470f8c6 Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Don't use DISABLE_COMPLEX_MACRO on Solaris. Don't define the
replacement function in the header file. Use -KPIC, not -K PIC.
Use CC to link C++ libraries, not ld/ar.

Eliminate file not found warnings in tcl build code.
2000-06-30 16:11:02 +00:00
..
common Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
gist Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of 2000-06-17 23:41:51 +00:00
hash Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 2000-06-19 03:55:01 +00:00
heap Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> 2000-06-30 16:11:02 +00:00
index Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
nbtree Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 2000-06-19 03:55:01 +00:00
rtree Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of 2000-06-17 23:41:51 +00:00
transam First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
Makefile New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00