Skip to content

Commit bce641a

Browse files
committed
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
1 parent 02c767b commit bce641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12493,7 +12493,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1249312493
</para>
1249412494
<para>
1249512495
The offset at which the allocation starts. NULL for anonymous
12496-
allocations and unused memory.
12496+
allocations, since details related to them are not known.
1249712497
</para></entry>
1249812498
</row>
1249912499

0 commit comments

Comments
 (0)