Rename global variable backing DSA area
Daniel Gustafsson <dgustafsson@postgresql.org>
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@yesql.se> Reported-by: Peter Eisentraut <peter@eisentraut.org> Reported-by: Laurenz Albe <laurenz.albe@cybertec.at> Discussion: https://postgr.es/m/d51172bd4e7f4b07a18a0288ca1b1c28a71a5f6a.camel@cybertec.at Discussion: https://postgr.es/m/25095db5-b595-4b85-9100-d358907c25b5@eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/mcxtfuncs.c | modified | +7 −7 |
| src/backend/utils/mmgr/mcxt.c | modified | +20 −20 |
| src/include/utils/memutils.h | modified | +1 −1 |
Discussion
- pgsql: Add function to get memory context stats for processes 18 messages · 2025-04-08 → 2025-04-30
- Add missing PGDLLIMPORT markings 10 messages · 2025-04-09 → 2025-04-11