Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Fix explanation related to pg_shmem_allocations
authorMichael Paquier <michael@paquier.xyz>
Wed, 16 Dec 2020 01:39:29 +0000 (10:39 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 16 Dec 2020 01:39:29 +0000 (10:39 +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
Backpatch-through: 13

doc/src/sgml/catalogs.sgml

index c6500b47047c05af49d1ef77a1f1fc6f89a54fec..70536ce5c74461ef1c61d9e7c4c811149dfea003 100644 (file)
@@ -12305,7 +12305,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>