pgsql: Rename global variable backing DSA area

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename global variable backing DSA area
Date: 2025-04-10 21:03:18
Message-ID: E1u2z3O-003eE5-0Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename global variable backing DSA area

The global variable backing the DSA area for Memory Context stats
reporting had a too generic name, rename to be more descriptive.
Independently reported by Peter and Laurenz.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reported-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Reported-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/d51172bd4e7f4b07a18a0288ca1b1c28a71a5f6a.camel@cybertec.at
Discussion: https://postgr.es/m/25095db5-b595-4b85-9100-d358907c25b5@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55ef7abf88c07e9f716846e645e1628c667c54a7

Modified Files
--------------
src/backend/utils/adt/mcxtfuncs.c | 14 +++++++-------
src/backend/utils/mmgr/mcxt.c | 40 +++++++++++++++++++--------------------
src/include/utils/memutils.h | 2 +-
3 files changed, 28 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-04-10 22:08:15 pgsql: Improve various new-to-v18 appendStringInfo calls
Previous Message Andres Freund 2025-04-10 20:05:42 Re: pgsql: Add function to get memory context stats for processes