postgresql/src/backend/access/gist
Tom Lane aa00e6134e Add more sanity-checking to PageAddItem and PageIndexTupleDelete,
to prevent spreading of corruption when page header pointers are bad.
Merge PageZero into PageInit, since it was never used separately, and
remove separate memset calls used at most other PageInit call points.
Remove IndexPageCleanup, which wasn't used at all.
2002-01-15 22:14:17 +00:00
..
gist.c Add more sanity-checking to PageAddItem and PageIndexTupleDelete, 2002-01-15 22:14:17 +00:00
gistget.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
gistscan.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
giststrat.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00