Re: tuple properties out of TupleTableSlot

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Schoudel, Brian" <BrianS(at)uillinois(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tuple properties out of TupleTableSlot
Date: 2004-12-11 18:47:29
Message-ID: 18035.1102790849@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Schoudel, Brian" <BrianS(at)uillinois(dot)edu> writes:
> I'm a beginning developer to postgresql working on a CS Master's project trying to implement a new join operator. My question is how to effectively break down a TupleTableSlot into it's properties. I've been messing around with it for hours now and thought the code below would return the attribute name for table but instead just returns some binary info.

The code looks ok as far as it goes ... it's not using NameStr() which I
would consider good style, but that's just cosmetic.

What context is this being called in, and where are you getting the slot
from? I think you're probably not really using a valid slot ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-11 18:53:06 Re: regression script/makefile exit failure
Previous Message Tom Lane 2004-12-11 18:19:12 Re: somebody working on: Prevent default re-use of sysids for dropped users and groups?