Re: Add tracking of backend memory allocated to pg_stat_activity

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Add tracking of backend memory allocated to pg_stat_activity
Дата
Msg-id 20221128185909.u4kmdiqc5sv5iez2@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: Add tracking of backend memory allocated to pg_stat_activity  (Reid Thompson <reid.thompson@crunchydata.com>)
Ответы Re: Add tracking of backend memory allocated to pg_stat_activity
Список pgsql-hackers
On 2022-11-26 22:10:06 -0500, Reid Thompson wrote:
>    - zero allocated bytes after fork to avoid double counting postmaster allocations

I still don't understand this - postmaster shouldn't be counted at all. It
doesn't have a PgBackendStatus. There simply shouldn't be any tracked
allocations from it.

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: walther@technowledgy.de
Дата:
Сообщение: Re: fixing CREATEROLE
Следующее
От: Nikolay Shaplov
Дата:
Сообщение: Re: TAP output format in pg_regress