Re: getting oid of tuple in executePlan

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dhruv Pilania <dhruv(at)cs(dot)sunysb(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: getting oid of tuple in executePlan
Date: 2002-05-21 17:33:29
Message-ID: 21863.1022002409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dhruv Pilania <dhruv(at)cs(dot)sunysb(dot)edu> writes:
> Basically, I am making a small change in executePlan() function of
> executor/execMain.c. Right after a tupleslot is retrieved, I try to find
> out the oid of the tuple that has been retrieved.

The retrieved tuple doesn't have an OID, because it's not a raw pointer
to a row on disk: it's a computed tuple (the result of ExecProject).

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-05-21 17:44:05 Re: Per tuple overhead, cmin, cmax, OID
Previous Message Manfred Koizar 2002-05-21 17:30:17 Re: Per tuple overhead, cmin, cmax, OID