Doubt in IndexScanDescData - Mailing list pgsql-hackers

From Suresh
Subject Doubt in IndexScanDescData
Date
Msg-id 469221.7648.qm@web54505.mail.re2.yahoo.com
Whole thread Raw
Responses Re: Doubt in IndexScanDescData
List pgsql-hackers
[ "include/access/relscan.h" ]<br /><br />In  IndexScanDescData,  whats the purpose of having two Relation
variables.<br/><br />typedef struct IndexScanDescData<br />{<br />        Relation        heapRelation;   /* heap
relationdescriptor, or NULL */<br />        Relation        indexRelation;  /* index relation descriptor */<br
/>....<br/>...<br />}IndexScanDescData;<br /><br /><br /><p><hr size="1" />Be a better friend, newshound, and
know-it-allwith Yahoo! Mobile. <a
href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ"> Try it now.</a> 

pgsql-hackers by date:

Previous
From: "Brendan Jurd"
Date:
Subject: Re: Show INHERIT in \du
Next
From: Hans-Juergen Schoenig
Date:
Subject: Re: Doubt in IndexScanDescData