pgsql: doc: Fix explanation related to pg_shmem_allocations

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix explanation related to pg_shmem_allocations
Date: 2020-12-16 01:40:07
Message-ID: E1kpLnT-00041D-Ey@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix explanation related to pg_shmem_allocations

Offsets are shown as NULL only for anonymous allocations.

Author: Benoit Lobréau
Reviewed-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/CAPE8EZ5Lnoyqoz7aZpvQM0E8sW+hw+k6G2NULe+m4arFRrA1aA@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d28a14d2d4009cec91f9d0f0ceaa60f06c6e289c

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-12-16 02:42:24 pgsql: Fix varchar_2.out to match reality in cs_CZ locale.
Previous Message Bruce Momjian 2020-12-16 00:20:31 pgsql: doc: clarify COPY TO for partitioning/inheritance