pgsql: The logic in systable_beginscan to translate heap attribute

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The logic in systable_beginscan to translate heap attribute
Date: 2008-11-06 13:07:09
Message-ID: 20081106130709.0A4C77545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-06 15:18:36 pgsql: Improve psql's \dC command to take a pattern parameter.
Previous Message Tom Lane 2008-11-05 20:17:18 pgsql: This maneuver really requires a comment ...