From 711f6b60098e67c23a97458ce56893f0ac1afcb6 Mon Sep 17 00:00:00 2001 From: benoit Date: Fri, 11 Dec 2020 09:44:51 +0100 Subject: [PATCH] Fix pg_shmem_allocation --- doc/src/sgml/catalogs.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 62711ee83f..89ca59b92b 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 The offset at which the allocation starts. NULL for anonymous - allocations and unused memory. + allocations, since details related to them are not known. -- 2.25.4