Question about GetAttributeByNum(Name) ExecQual.c - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Question about GetAttributeByNum(Name) ExecQual.c
Date
Msg-id 49098EF1.9030109@sun.com
Whole thread Raw
Responses Re: Question about GetAttributeByNum(Name) ExecQual.c
List 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 by date:

Previous
From: "Hans-Jürgen Schönig"
Date:
Subject: Re: Multi CPU Queries - Feedback and/or suggestions wanted!
Next
From: Gregory Stark
Date:
Subject: Re: Updating FSM on recovery