Re: patch implementing the multi-argument aggregates (SOC project)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: patch implementing the multi-argument aggregates (SOC project)
Date: 2006-07-27 19:54:09
Message-ID: 26472.1154030049@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Sergey E. Koposov" <math(at)sai(dot)msu(dot)ru> writes:
> Some small clean-up of the patch...
> + implementing the Tom's idea of minimizing the copying of the data inside
> advance_transition_function by using the temporary FunctionCallInfoData
> (now the computed arguments of the aggregates are putted directly into
> proper fcinfo.args fields, ready for the transition function call).

I've committed the core parts of this, but not yet the newly added
standard aggregates (it seemed like a good idea to break the thing
into smaller chunks for review). Will work on those next.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua Reich 2006-07-27 19:56:27 Re: [PATCHES] [COMMITTERS] pgsql: /contrib/cube improvements:
Previous Message Mónica Ivonne Herrera Alonso 2006-07-27 19:50:35 Re: About "ALTER USER" command

Browse pgsql-patches by date

  From Date Subject
Next Message Joshua Reich 2006-07-27 19:56:27 Re: [PATCHES] [COMMITTERS] pgsql: /contrib/cube improvements:
Previous Message Andrew Dunstan 2006-07-27 19:46:28 Re: [PATCHES] [COMMITTERS] pgsql: /contrib/cube improvements: