summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Collapse)AuthorAgeFilesLines
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-182-1160/+0
| | | | | | | | found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c
* Remove all traces of machine.h and redundant calls to c.h whereMarc G. Fournier1996-08-271-1/+0
| | | | postgres.h already pulled in (postgres.h includes c.h)
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-266-0/+3366
the commit :( Here's the rest of the GiST code thta was missing...