projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
02c767b
)
doc: Fix explanation related to pg_shmem_allocations
author
Michael Paquier
<
[email protected]
>
Wed, 16 Dec 2020 01:36:03 +0000
(10:36 +0900)
committer
Michael Paquier
<
[email protected]
>
Wed, 16 Dec 2020 01:36:03 +0000
(10:36 +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
Back-through: 13
doc/src/sgml/catalogs.sgml
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 62711ee83ff277d938b2f8c6974c51482bad39a2..89ca59b92b5837456e508afbdc145a60ac2588da 100644
(file)
--- 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>