Thread: pgsql: The logic in systable_beginscan to translate heap attribute

pgsql: The logic in systable_beginscan to translate heap attribute

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/access/index:
        genam.c (r1.71 -> r1.72)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/index/genam.c?r1=1.71&r2=1.72)