doc: Fix explanation related to pg_shmem_allocations
authorMichael Paquier <[email protected]>
Wed, 16 Dec 2020 01:36:03 +0000 (10:36 +0900)
committerMichael Paquier <[email protected]>
Wed, 16 Dec 2020 01:36:03 +0000 (10:36 +0900)
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
Back-through: 13

doc/src/sgml/catalogs.sgml

index 62711ee83ff277d938b2f8c6974c51482bad39a2..89ca59b92b5837456e508afbdc145a60ac2588da 100644 (file)
@@ -12493,7 +12493,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
       </para>
       <para>
        The offset at which the allocation starts. NULL for anonymous
-       allocations and unused memory.
+       allocations, since details related to them are not known.
       </para></entry>
      </row>