Re: Commitfest 2023-03 starting tomorrow!

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Commitfest 2023-03 starting tomorrow!
Дата
Msg-id CA+TgmoakQVcab7XTsUuChKJTjbdda_x=R8qtJGoEwqyVtzKz9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Commitfest 2023-03 starting tomorrow!  (Melanie Plageman <melanieplageman@gmail.com>)
Ответы Re: Commitfest 2023-03 starting tomorrow!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: LLVM strip -x fails
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Order changes in PG16 since ICU introduction