"Tao Ma" <[email protected]> writes:
> When I read the postgresql codes, I noticed that the FunctionCallInfoData 
> structure(declared in the src/include/fmgr.h) contains two arrays 'arg' and 
> 'argnull'.
> Why don't you declare it as a pointer and allocate the memory from
> heap?

Speed.  We spend enough cycles in palloc already.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to