Re: Commitfest 2023-03 starting tomorrow! - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Commitfest 2023-03 starting tomorrow!
Date
Msg-id CA+TgmoakQVcab7XTsUuChKJTjbdda_x=R8qtJGoEwqyVtzKz9w@mail.gmail.com
Whole thread Raw
In response to Re: Commitfest 2023-03 starting tomorrow!  (Melanie Plageman <melanieplageman@gmail.com>)
Responses Re: Commitfest 2023-03 starting tomorrow!
List pgsql-hackers
On Fri, Apr 21, 2023 at 12:49 PM Melanie Plageman
<melanieplageman@gmail.com> wrote:
> If using a separate memory context solely for the purpose of accounting
> is considered an anti-pattern, ...

This thread isn't the right place to argue about the merits of that
patch, at least IMHO, but I don't think that's an anti-pattern. If we
need to keep track of how much memory is being used, it sure sounds
like a better idea to use a memory context for that than to invent
some bespoke infrastructure.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: LLVM strip -x fails
Next
From: Peter Eisentraut
Date:
Subject: Re: Order changes in PG16 since ICU introduction