pgsql: Typo and doc fixups for memory context reporting

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Typo and doc fixups for memory context reporting
Date: 2025-04-30 09:36:04
Message-ID: E1uA3rI-000Ibz-1F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAH2L28vt16C9xTuK+K7QZvtA3kCNWXOEiT=gEekUw3Xxp9LVQw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f8c115a6cb6531ca86e7b0febd02698135827337

Modified Files
--------------
doc/src/sgml/func.sgml | 5 ++---
src/backend/utils/mmgr/mcxt.c | 14 ++++++++------
2 files changed, 10 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-04-30 10:57:56 Re: pgsql: Add missing string terminator
Previous Message David Rowley 2025-04-30 07:29:05 pgsql: Fix broken indentation