Re: Various performance questions - Mailing list pgsql-performance

From Neil Conway
Subject Re: Various performance questions
Date
Msg-id 1067280889.460.67.camel@tokyo
Whole thread Raw
In response to Re: Various performance questions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Various performance questions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
On Mon, 2003-10-27 at 13:52, Tom Lane wrote:
> Greg is correct.  int8 is a pass-by-reference datatype and so every
> aggregate state-transition function cycle requires at least one palloc
> (to return the function result).

Interesting. Is there a reason why int8 is pass-by-reference? (ISTM that
pass-by-value would be sufficient...)

Thanks for the information, Tom & Greg.

-Neil



pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Various performance questions
Next
From: Tom Lane
Date:
Subject: Re: Various performance questions