diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-30 11:10:27 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-30 11:10:27 +0200 |
commit | f8c115a6cb6531ca86e7b0febd02698135827337 (patch) | |
tree | 4fc8ab540225515b74770aac8248723399652ab8 /doc/src | |
parent | d2a1ed1727a8ef45eab1a8ddb3d375c1ce839aac (diff) | |
download | postgresql-f8c115a6cb6531ca86e7b0febd02698135827337.tar.gz postgresql-f8c115a6cb6531ca86e7b0febd02698135827337.zip |
Typo and doc fixups for memory context reporting
This fixes comment and docs typos as well as a small documentation
change to make it clearer. Found via post-commit review.
Author: Rahila Syed <rahilasyed90@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAH2L28vt16C9xTuK+K7QZvtA3kCNWXOEiT=gEekUw3Xxp9LVQw@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 574a544d9fa..af3d056b992 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -28780,8 +28780,7 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} indicate the number aggregated child contexts. When <parameter>summary</parameter> is <literal>false</literal>, <literal>the num_agg_contexts</literal> value is <literal>1</literal>, - indicating that individual statistics are being displayed. The levels - are limited to the first 100 contexts. + indicating that individual statistics are being displayed. </para> <para> Busy processes can delay reporting memory context statistics, @@ -28796,7 +28795,7 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} statistics are aggregated and a cumulative total is displayed. The <literal>num_agg_contexts</literal> column indicates the number of contexts aggregated in the displayed statistics. When - <literal>num_agg_contexts</literal> is <literal>1</literal> is means + <literal>num_agg_contexts</literal> is <literal>1</literal> it means that the context statistics are displayed separately. </para></entry> </row> |