Re: Make MemoryContextMemAllocated() more precise

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, David Rowley <dgrowleyml(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: Make MemoryContextMemAllocated() more precise
Date: 2020-07-01 12:34:31
Message-ID: 6D56BDBD-6F9A-4835-ADAE-46BB25D0E474@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 8 Apr 2020, at 02:21, Jeff Davis <pgsql(at)j-davis(dot)com> wrote:

> The attached patch is narrow and solves the problem for HashAgg nicely
> without interfering with anything else, so I plan to commit it soon for
> v13.

If I read this thread correctly, there is nothing outstanding here for 14 from
this patch? I've marked the entry committed i the July commitfest, feel to
free to change that in case I misunderstood.

cheers ./daniel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-07-01 12:42:59 Re: Improving connection scalability: GetSnapshotData()
Previous Message Daniel Gustafsson 2020-07-01 12:27:45 Re: Implement <null treatment> for window functions