Re: BUG #3852: Could not create complex aggregate

From: Sokolov Yura <funny(dot)falcon(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, pgsql-bugs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: BUG #3852: Could not create complex aggregate
Date: 2008-01-09 07:44:11
Message-ID: 47847B4B.9000803@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Tom Lane wrote:
> Joe Conway <mail(at)joeconway(dot)com> writes:
>
>> Did you want me to work on this? I could probably put some time into it
>> this coming weekend.
>>
>
> I'll try to get to it before that --- if no serious bugs come up this
> week, core is thinking of wrapping 8.3.0 at the end of the week, so
> it'd be nice to have this dealt with sooner than that.
>
> regards, tom lane
>
>

CREATE AGGREGATE array_concat(anyarray) (
SFUNC=array_cat,
STYPE=anyarray
);

CREATE AGGREGATE array_build(anyelement) (
SFUNC=array_append,
STYPE=anyarray
);

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sokolov Yura 2008-01-09 08:39:28 BUG #3860: xpath crashes backend when is querying xmlagg result
Previous Message Peter Speck 2008-01-09 03:14:40 BUG #3859: version designation

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2008-01-09 08:10:45 Re: Proposal - libpq Type System beta-0.8a (was PGparam)
Previous Message Gavin Sherry 2008-01-09 06:28:59 Re: Dynamic Partitioning using Segment Visibility Maps