Re: pgsql: Add function to get memory context stats for processes

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tomas Vondra <tomas(at)vondra(dot)me>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Rahila Syed <rahilasyed90(at)gmail(dot)com>
Subject: Re: pgsql: Add function to get memory context stats for processes
Date: 2025-04-30 20:29:33
Message-ID: EA547510-3CEA-4999-B975-73EEBDDAB159@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

> On 30 Apr 2025, at 22:17, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> I kind of doubt whether that's the only problem here, but it's *a* problem.

This is indeed exposing a pre-existing issue, which was reported in [0] and a
patch fixing it has been submitted. I have been testing and reworking the
patch slightly but due to $life and $work events have yet to have time to push
it.

--
Daniel Gustafsson

[0] 3eb40b3e-45c7-426a-b7f8-81f7d05a9b53(at)oss(dot)nttdata(dot)com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-30 21:11:57 pgsql: Convert strncpy to strlcpy
Previous Message Peter Geoghegan 2025-04-30 20:25:17 Re: pgsql: Improve nbtree skip scan primitive scan scheduling.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-04-30 20:37:16 Re: Performance issues with v18 SQL-language-function changes
Previous Message Tom Lane 2025-04-30 20:29:13 Re: fixing CREATEROLE