new aggregate functions v4

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: new aggregate functions v4
Date: 2004-05-19 09:44:02
Message-ID: Pine.LNX.4.58.0405191132520.7637@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Dear Bruce,

> Agreed, these seem to be of general interest and have been requested in
> the past. I will clean up the docs a little.

Please find attached a new version to address Neil's comments.
- add "every" anyway, next to "bool_and".
- cleaner source and comments.

I also added more regression tests, including the added "EVERY" aggregate.

It DOES NOT validate for me, as errors and rules are broken in current
head:
undefined symbol: pg_strcasecmp

However the aggregate part works fine.

Have a nice day,

--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr

Attachment Content-Type Size
new_aggregates.patch text/plain 16.6 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-19 16:31:07 Re: pgsql-server/src backend/main/main.c backend/p ...
Previous Message Fabien COELHO 2004-05-19 08:14:26 Re: new aggregate functions v3