pgsql: doc: Add unit to pg_shmem_allocations attributes

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add unit to pg_shmem_allocations attributes
Date: 2022-08-15 21:04:16
Message-ID: E1oNhFv-000w49-8q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)eulerto(dot)com>
Reviewed-by: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Reported-by: coleman(dot)rik(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-08-15 22:57:13 pgsql: Fix headerscheck and cpluspluscheck's exit codes.
Previous Message Tom Lane 2022-08-15 19:40:30 pgsql: Add missing bad-PGconn guards in libpq entry points.