Question about GetAttributeByNum(Name) ExecQual.c

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Question about GetAttributeByNum(Name) ExecQual.c
Дата
Msg-id 49098EF1.9030109@sun.com
обсуждение исходный текст
Ответы Re: Question about GetAttributeByNum(Name) ExecQual.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
GetAttributeByNum has first parameter as HeapTupleHeader,  but most functions 
use Datum and after that they call DatumGetHeapTupleHeader. The difference is 
that DatumGetHeapTupleHeader performs detoast on tuple(row type).

Is it intention do not detoast in these functions or it is a bug?
thanks Zdenek


-- 
Zdenek Kotala              Sun Microsystems
Prague, Czech Republic     http://sun.com/postgresql



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

Предыдущее
От: "Hans-Jürgen Schönig"
Дата:
Сообщение: Re: Multi CPU Queries - Feedback and/or suggestions wanted!
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Updating FSM on recovery