summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
AgeCommit message (Collapse)Author
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-05More cleaned out #include filesMarc G. Fournier
Makefile fixed for fmgr.h
1996-11-03More include file cleanupsMarc G. Fournier
1996-10-31Add a couple of missing includesMarc G. Fournier
1996-10-23Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier
1996-10-21-Wall cleanup of gist subdirectory:Marc G. Fournier
- 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'
1996-10-20First pass at fixing my own mistakesMarc G. Fournier
Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
1996-10-19Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier
files
1996-10-18Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier
found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c
1996-08-26Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier
the commit :( Here's the rest of the GiST code thta was missing...