Re: tuple properties out of TupleTableSlot

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tuple properties out of TupleTableSlot
Дата
Msg-id 18035.1102790849@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tuple properties out of TupleTableSlot  ("Schoudel, Brian" <BrianS@uillinois.edu>)
Список pgsql-hackers
"Schoudel, Brian" <BrianS@uillinois.edu> writes:
> I'm a beginning developer to postgresql working on a CS Master's project trying to implement a new join operator.  My
questionis how to effectively break down a TupleTableSlot into it's properties.  I've been messing around with it for
hoursnow 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: V8 Beta 5 on AIX
Следующее
От: Tom Lane
Дата:
Сообщение: Re: regression script/makefile exit failure