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
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
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
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