mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 22:32:20 -05:00
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
This commit is contained in:
parent
02c767b0fe
commit
bce641a2af
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue