Re: shared-memory based stats collector - v66

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: shared-memory based stats collector - v66
Дата
Msg-id 20220402082102.ojdd2e6cobsmljvh@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: shared-memory based stats collector - v66  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
Hi,

On 2022-03-25 17:24:18 +0900, Kyotaro Horiguchi wrote:
> > * AFIXME: Should all the stats drop code be moved into pgstat_drop.c?
> 
> Or pgstat_xact.c?

I wasn't initially happy with that suggestion, but after running with it, it
looks pretty good.

I also moved a fair bit of code into pgstat_shm.c, which to me improved code
navigation a lot. I'm wondering about splitting it further even, into
pgstat_shm.c and pgstat_entry.c.

What do you think?

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: shared-memory based stats collector - v66
Следующее
От: John Naylor
Дата:
Сообщение: Re: A qsort template