aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-12-16 10:39:29 +0900
committerMichael Paquier <michael@paquier.xyz>2020-12-16 10:39:29 +0900
commitd28a14d2d4009cec91f9d0f0ceaa60f06c6e289c (patch)
treeda2f2d4b7b7b9b7b3f33a1b803b79468bbdf207d
parentde7b034dafd3847cddcd5f96cca1efce6f7ace8a (diff)
downloadpostgresql-d28a14d2d4009cec91f9d0f0ceaa60f06c6e289c.tar.gz
postgresql-d28a14d2d4009cec91f9d0f0ceaa60f06c6e289c.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 c6500b47047..70536ce5c74 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -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>