Re: 52.88. pg_shmem_allocations, missing units

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема Re: 52.88. pg_shmem_allocations, missing units
Дата
Msg-id CAD21AoD7D5n7Tk=bPiyONOZEBsbZaFSJvYA89-semk5+E1TGSg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: 52.88. pg_shmem_allocations, missing units  ("Euler Taveira" <euler@eulerto.com>)
Ответы Re: 52.88. pg_shmem_allocations, missing units  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-docs
On Mon, Aug 15, 2022 at 3:56 AM Euler Taveira <euler@eulerto.com> wrote:
>
> On Fri, Aug 12, 2022, at 5:43 PM, PG Doc comments form wrote:
>
> Could someone add the units of size & allocated_size on the documentation
> for pg_shmem_allocations?  Currently there aren't any listed.
>
> According to ShmemIndexEnt struct:
>
> /* this is a hash bucket in the shmem index table */
> typedef struct
> {
>     char        key[SHMEM_INDEX_KEYSIZE];   /* string name */
>     void       *location;       /* location in shared mem */
>     Size        size;           /* # bytes requested for the structure */
>     Size        allocated_size; /* # bytes actually allocated */
> } ShmemIndexEnt;
>
> The unit is bytes. A patch is attached to add such information.

+1

The patch looks good to me.

Regards,

-- 
Masahiko Sawada
EDB:  https://www.enterprisedb.com/



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Only one nextval tag is different
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: 52.88. pg_shmem_allocations, missing units