Re: patch implementing the multi-argument aggregates (SOC

Поиск
Список
Период
Сортировка
От Sergey E. Koposov
Тема Re: patch implementing the multi-argument aggregates (SOC
Дата
Msg-id Pine.LNX.4.64.0607251322080.19158@lnfm1.sai.msu.ru
обсуждение исходный текст
Ответ на Re: patch implementing the multi-argument aggregates (SOC project)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: patch implementing the multi-argument aggregates (SOC project)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
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).

On Mon, 24 Jul 2006, Tom Lane wrote:
> Instead of copying data inside advance_transition_function, it might
> be better for the caller to store the values into the right fields
> of a temporary FunctionCallInfoData struct, and just pass that to
> advance_transition_function.


Regards,
     Sergey

*******************************************************************
Sergey E. Koposov
Max Planck Institute for Astronomy/Sternberg Astronomical Institute
Tel: +49-6221-528-349
Web: http://lnfm1.sai.msu.ru/~math
E-mail: math@sai.msu.ru

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Patch for units in postgresql.conf
Следующее
От: "William ZHANG"
Дата:
Сообщение: Patch for VS.Net 2005's strxfrm() bug