Re: [HACKERS] getting oid of tuple in executePlan

2002-05-21 Thread Tom Lane
Dhruv Pilania <[EMAIL PROTECTED]> 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

[HACKERS] getting oid of tuple in executePlan

2002-05-20 Thread Dhruv Pilania
Hello Mr. Lane, I am a novice postgres developer. Can you please shed some light on this problem I am having. 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 retriev