currentItemData refactoring

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: currentItemData refactoring
Date: 2006-09-12 16:01:55
Message-ID: 4506D9F3.9030100@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

Attachment Content-Type Size
currentItemData-removal.diff text/x-patch 17.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2006-09-12 17:12:05 Re: Simplifying "standby mode"
Previous Message Peter Eisentraut 2006-09-12 11:46:28 Re: contrib/sslinfo fix