Re: Function array_agg(array) - Mailing list pgsql-hackers

From Ali Akbar
Subject Re: Function array_agg(array)
Date
Msg-id CACQjQLqcPkKUUKiZFeyPn6uO0UnJCa-Rx5gx+2Lz07diGN7quw@mail.gmail.com
Whole thread Raw
In response to Re: Function array_agg(array)  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Function array_agg(array)
List pgsql-hackers

2014-10-27 16:15 GMT+07:00 Pavel Stehule <pavel.stehule@gmail.com>:
Hi

I did some minor changes in code

* move tests of old or new builder style for array sublink out of main cycles
* some API simplification of new builder - we should not to create identical API, mainly it has no sense

minor changes in the patch:
* remove array_agg_finalfn_internal declaration in top of array_userfuncs.c
* fix comment of makeMdArray
* fix return of makeMdArray
* remove unnecesary changes to array_agg_finalfn

Regards,
--
Ali Akbar
Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: strip nulls functions for json and jsonb
Next
From: Petr Jelinek
Date:
Subject: Re: Better support of exported snapshots with pg_dump