Refactor the index AM API slightly: move currentItemData and

Neil Conway <neilc@samurai.com>

Commit: 2b7334d4877ba445003f96b0bb7eed4e7078a39b
Author: Neil Conway <neilc@samurai.com>
Date: 2007-01-20T18:43:35Z
Releases: 8.3.0
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.

Files