]> granicus.if.org Git - postgresql/commit
Oops, thanks to Dan McGuirk for pointing out that I missed part of
authorMarc G. Fournier <scrappy@hub.org>
Mon, 26 Aug 1996 20:02:12 +0000 (20:02 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 26 Aug 1996 20:02:12 +0000 (20:02 +0000)
commite78fe652f48f9dbb67a21f616741e7b446204cbe
treedcf94f3d8d6b1ff4923486c24e15ace811e82d38
parent2fd6061e1c8c91f3d1398826ddfddbcefce477e8
Oops, thanks to Dan McGuirk for pointing out that I missed part of
the commit :(

Here's the rest of the GiST code thta was missing...
src/backend/access/gist/Makefile.inc [new file with mode: 0644]
src/backend/access/gist/gist.c [new file with mode: 0644]
src/backend/access/gist/gistget.c [new file with mode: 0644]
src/backend/access/gist/gistold.c [new file with mode: 0644]
src/backend/access/gist/gistscan.c [new file with mode: 0644]
src/backend/access/gist/giststrat.c [new file with mode: 0644]