Re: Patch: propose to include 3 new functions into intarray and intagg - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Patch: propose to include 3 new functions into intarray and intagg
Date
Msg-id 87hc8u4zd2.fsf@oxford.xeocode.com
Whole thread Raw
In response to Patch: propose to include 3 new functions into intarray and intagg  ("Dmitry Koterov" <dmitry@koterov.ru>)
Responses Re: Patch: propose to include 3 new functions into intarray and intagg  (Markus Wanner <markus@bluegap.ch>)
Re: Patch: propose to include 3 new functions into intarray and intagg  (Markus Wanner <markus@bluegap.ch>)
List pgsql-hackers
Regarding the patch listed on the commitfest "3 new functions into intarray
and intagg" (which I just noticed has a reviewer listed -- doh):

http://archives.postgresql.org/message-id/d7df81620808130429l2a75c895g5dd6fe8ae64cc23e@mail.gmail.com

I definitely like the int_array_append_aggregate function but I don't see
anything int[] specific about it. We should be able to have a generic
array_union() aggregate which uses the same IsA(fcinfo->context, AggState)
trick to scribble on its state variable. It don't even see any reason it
couldn't work for arrays of varlenas, though it would take a bit of
restructuring.

So I would be definitely for a adding this to core if it were rewritten to
work with generic arrays which, unless there are problems I'm not seeing, I
don't think would be very hard.

As far as detailed code commentary the only thing which jumps out at me is
that it's using MemoryContextAlloc to grow the array instead of repalloc which
seems like a waste. This isn't a new thing though, it was how intagg was
written and this patch just didn't change it.

I'm not against putting more functions into intagg and intarray and bidx and
the grouping/counting thing seem like they might be useful functionality. but
I have a feeling others might feel differently.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's RemoteDBA services!


pgsql-hackers by date:

Previous
From: Markus Wanner
Date:
Subject: Re: WIP: Column-level Privileges
Next
From: Simon Riggs
Date:
Subject: Re: Need more reviewers!