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

Only one nextval tag is different

2022-08-14 Thread Noboru Saito
Hello, I am a member of the PostgreSQL documentation Japanese translation team. I noticed that the nextval tag in ref/create_sequence.sgml is different. Is this just a mistake? diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index a84aa5bf56..34e9084b5c

Re: Only one nextval tag is different

2022-08-14 Thread Tatsuo Ishii
Yes, it seems using tag for nextval is plain wrong because nextval is a function name. Moreover in other places tags are used and using tag here looks inconsistent. Best reagards, -- Tatsuo Ishii SRA OSS LLC English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp > Hello

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