Re: PATCH: decreasing memory needlessly consumed by array_agg - Mailing list pgsql-hackers

From Ali Akbar
Subject Re: PATCH: decreasing memory needlessly consumed by array_agg
Date
Msg-id CACQjQLrtGTm7R8r2TCWF+-u68kz3h7pjASS=Puy=fByDZO0MWA@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: decreasing memory needlessly consumed by array_agg  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers

2014-12-29 14:38 GMT+07:00 Jeff Davis <pgsql@j-davis.com>:
Just jumping into this patch now. Do we think this is worth changing the
signature of functions in array.h, which might be used from a lot of
third-party code? We might want to provide new functions to avoid a
breaking change.

V6 patch from Tomas only change initArrayResult* functions. initArrayResult is new API in 9.5 (commit bac2739), with old API still works as-is.

--
Ali Akbar

pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: BUG #12330: ACID is broken for unique constraints
Next
From: Kevin Grittner
Date:
Subject: Re: BUG #12330: ACID is broken for unique constraints