Re: 52.88. pg_shmem_allocations, missing units

2022-08-15 Thread Daniel Gustafsson
> On 15 Aug 2022, at 04:23, Masahiko Sawada wrote: > > On Mon, Aug 15, 2022 at 3:56 AM Euler Taveira 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

Re: 52.88. pg_shmem_allocations, missing units

2022-08-14 Thread Masahiko Sawada
On Mon, Aug 15, 2022 at 3:56 AM Euler Taveira 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

Re: 52.88. pg_shmem_allocations, missing units

2022-08-14 Thread Euler Taveira
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

52.88. pg_shmem_allocations, missing units

2022-08-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/view-pg-shmem-allocations.html Description: Could someone add the units of size & allocated_size on the documentation for pg_shmem_allocations? Currently there aren't any listed. https:/