]> granicus.if.org Git - postgresql/commit
Refactor the index AM API slightly: move currentItemData and
authorNeil Conway <neilc@samurai.com>
Sat, 20 Jan 2007 18:43:35 +0000 (18:43 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 20 Jan 2007 18:43:35 +0000 (18:43 +0000)
commit2b7334d4877ba445003f96b0bb7eed4e7078a39b
tree6828dfd02c4f2c20ee2d3c56d1e8f1242887c162
parent978fff79421ec1c36a1ec58092f1167ce22319b9
Refactor the index AM API slightly: move currentItemData and
currentMarkData from IndexScanDesc to the opaque structs for the
AMs that need this information (currently gist and hash).

Patch from Heikki Linnakangas, fixes by Neil Conway.
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/backend/access/hash/hash.c
src/backend/access/hash/hashsearch.c
src/backend/access/index/genam.c
src/include/access/gist_private.h
src/include/access/hash.h
src/include/access/nbtree.h
src/include/access/relscan.h