aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-12-16 10:36:03 +0900
committerMichael Paquier <michael@paquier.xyz>2020-12-16 10:36:03 +0900
commitbce641a2af7199f07ec2b0a84f8fec0f26b2adc0 (patch)
treed68b652f2c1e70c82032f02c52e1981f154c6d13
parent02c767b0fe241416d7b7ee3c107dcaf379d95381 (diff)
downloadpostgresql-bce641a2af7199f07ec2b0a84f8fec0f26b2adc0.tar.gz
postgresql-bce641a2af7199f07ec2b0a84f8fec0f26b2adc0.zip
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
-rw-r--r--doc/src/sgml/catalogs.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 62711ee83ff..89ca59b92b5 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -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>