Re: PATCH: decreasing memory needlessly consumed by array_agg

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PATCH: decreasing memory needlessly consumed by array_agg
Date: 2014-12-20 19:29:31
Message-ID: 5495CE1B.9060906@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is v5 of the patch, fixing an error with releasing a shared
memory context (invalid flag values in a few calls).

kind regards
Tomas Vondra

Attachment Content-Type Size
array-agg-v5.patch text/x-diff 10.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2014-12-20 20:13:37 Re: hash_create API changes (was Re: speedup tidbitmap patch: hash BlockNumber)
Previous Message Tomas Vondra 2014-12-20 19:10:02 Re: PATCH: decreasing memory needlessly consumed by array_agg