Doubt in IndexScanDescData

From: Suresh <suiyengar(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Doubt in IndexScanDescData
Date: 2008-02-17 15:33:43
Message-ID: 469221.7648.qm@web54505.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ "include/access/relscan.h" ]

In IndexScanDescData, whats the purpose of having two Relation variables.

typedef struct IndexScanDescData
{
Relation heapRelation; /* heap relation descriptor, or NULL */
Relation indexRelation; /* index relation descriptor */
....
...
}IndexScanDescData;


---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Juergen Schoenig 2008-02-17 15:56:53 Re: Doubt in IndexScanDescData
Previous Message Brendan Jurd 2008-02-17 10:56:34 Re: [HACKERS] Show INHERIT in \du