The logic in systable_beginscan to translate heap attribute numbers to

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 5ae29525d1da3914f2f11aa5692f887ec49b864e
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2008-11-06T13:07:08Z
Releases: 8.4.0
The logic in systable_beginscan to translate heap attribute numbers to
index column numbers needs to handle the case where you have more than
one scankey on the same index column. toast_fetch_datum_slice() needs it.

Files

PathChange+/−
src/backend/access/index/genam.c modified +27 −17