summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a couple of missing includesMarc G. Fournier1996-10-311-6/+11
|
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-0/+8
|
* -Wall cleanup of gist subdirectory:Marc G. Fournier1996-10-211-18/+28
| | | | | | | | | | | - cleaned out unused variables - added missing prototype headers One outstanding -Werror failure: /home/staff/scrappy/postgres/2.0/cvs/postgres95/src/backend/access/gist/giststra t.c:117: warning: missing braces around initializer for `GISTEvaluationData.expr ession'
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-0/+45
| | | | | | Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-17/+8
| | | | files
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-181-1/+0
| | | | | | | | found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-261-0/+1316
the commit :( Here's the rest of the GiST code thta was missing...