Re: Use pgstat_kind_infos to read fixed shared stats structs

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Use pgstat_kind_infos to read fixed shared stats structs
Дата
Msg-id 20240507182905.xfzlajkhvpi7frab@awork3.anarazel.de
обсуждение исходный текст
Ответ на Use pgstat_kind_infos to read fixed shared stats structs  ("Tristan Partin" <tristan@neon.tech>)
Ответы Re: Use pgstat_kind_infos to read fixed shared stats structs
Список pgsql-hackers
Hi,

On 2024-05-06 14:07:53 -0500, Tristan Partin wrote:
> Instead of needing to be explicit, we can just iterate the
> pgstat_kind_infos array to find the memory locations to read into.

> This was originally thought of by Andres in
> 5891c7a8ed8f2d3d577e7eea34dacff12d7b6bbd.
> 
> Not a fix, per se, but it does remove a comment. Perhaps the discussion will
> just lead to someone deleting the comment, and keeping the code as is.
> Either way, a win :).

I think it's a good idea. I'd really like to allow extensions to register new
types of stats eventually. Stuff like pg_stat_statements having its own,
fairly ... mediocre, stats storage shouldn't be necessary.

Do we need to increase the stats version, I didn't check if the order we
currently store things in and the numerical order of the stats IDs are the
same.

Greetings,

Andres Freund



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Revert: Remove useless self-joins *and* -DREALLOCATE_BITMAPSETS make server crash, regress test fail.
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: pg_sequence_last_value() for unlogged sequences on standbys