Re: [pgsql-patches] [PATCHES] currentItemData refactoring

2007-01-20 Thread Bruce Momjian
Patch applied by Neil. Thanks. --- Heikki Linnakangas wrote: > Here's a patch to remove currentItemData & currentMarkpos from > IndexScanDesc, and add equivalent fields in access method specific > opaque structs for thos

Re: [PATCHES] currentItemData refactoring

2006-09-15 Thread Bruce Momjian
This has been saved for the 8.3 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Heikki Linnakangas wrote: > Here's a patch to remove currentItemData & currentMarkpos from > IndexScanDesc, and add

[PATCHES] currentItemData refactoring

2006-09-12 Thread Heikki Linnakangas
Here's a patch to remove currentItemData & currentMarkpos from IndexScanDesc, and add equivalent fields in access method specific opaque structs for those access methods that need them. That makes the index am API cleaner. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com Ind