]> granicus.if.org Git - postgresql/commit
The logic in systable_beginscan to translate heap attribute numbers to
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 6 Nov 2008 13:07:08 +0000 (13:07 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 6 Nov 2008 13:07:08 +0000 (13:07 +0000)
commit5ae29525d1da3914f2f11aa5692f887ec49b864e
treeeb620602aca33e3f7099252cd8b1a954a7c285b0
parent53b4e469ca4bc68431edb377bd4723c0c6756cb3
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.
src/backend/access/index/genam.c