Re: [HACKERS] tuple properties out of TupleTableSlot

2004-12-13 Thread Tom Lane
"Schoudel, Brian" <[EMAIL PROTECTED]> writes: > Just for testing, I stuffed it into ExecEvalVar under the switch statement in > execQual.c. This was a chosen spot I was fairly certain I could get some > kind of output. Oh. In that case you're probably going to be looking at a tupledesc that wa

Re: [HACKERS] tuple properties out of TupleTableSlot

2004-12-13 Thread Schoudel, Brian
. Maybe I need to as you said wrap a NameStr() around it? Thanks -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: Saturday, December 11, 2004 12:47 PM To: Schoudel, Brian Cc: [EMAIL PROTECTED] Subject: Re: [HACKERS] tuple properties out of TupleTableSlot "Schoudel,

Re: [HACKERS] tuple properties out of TupleTableSlot

2004-12-11 Thread Tom Lane
"Schoudel, Brian" <[EMAIL PROTECTED]> 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