Re: patch implementing the multi-argument aggregates (SOC

From: "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: patch implementing the multi-argument aggregates (SOC
Date: 2006-07-24 11:47:41
Message-ID: Pine.LNX.4.64.0607241538390.19158@lnfm1.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hello Pavel,

On Mon, 24 Jul 2006, Pavel Stehule wrote:

> Hello,
>
> I looked on your patch. I didn't test it, but I see so you use transmit
> array, not record what I expect. Why?

If you mean that the state types (the values returned by the transition
functions) are arrays and cannot be records, then the answer is that I
just implemented it in the easiest way...
Probably the state types can be patched to have the type 'record' but
certainly that was not what I intended to do...

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(at)sai(dot)msu(dot)ru

Browse pgsql-patches by date

  From Date Subject
Next Message Albe Laurenz 2006-07-24 12:28:00 LDAP patch & feature freeze
Previous Message Joachim Wieland 2006-07-24 11:30:36 Re: Allow commenting of variables in postgresql.conf to - try 4