pgsql: The logic in systable_beginscan to translate heap attribute - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: The logic in systable_beginscan to translate heap attribute
Date
Msg-id 20081106130709.0A4C77545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: This maneuver really requires a comment ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve psql's \dC command to take a pattern parameter.