pgsql: doc: Add unit to pg_shmem_allocations attributes - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Add unit to pg_shmem_allocations attributes
Date
Msg-id E1oNhFv-000w49-8q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add unit to pg_shmem_allocations attributes

The unit of size and allocated_size was not documented.  Speciyfing the
unit is in line with how many other (but not all) system view attributes
are documented so fixing by adding the unit which is "bytes".

Author: Euler Taveira <euler@eulerto.com>
Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Reported-by: coleman.rik@gmail.com
Discussion: https://postgr.es/m/166033703458.653.1583077816076994614@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75ca8c14576238926e1f4c2e80c11dd23a1911c3

Modified Files
--------------
doc/src/sgml/system-views.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add missing bad-PGconn guards in libpq entry points.
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix headerscheck and cpluspluscheck's exit codes.