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

Laurenz Albe <laurenz.albe@cybertec.at>

From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: pgsql-committers@lists.postgresql.org
Date: 2025-04-10T12:51:30Z
Lists: pgsql-hackers
On Thu, 2025-04-10 at 14:46 +0200, Daniel Gustafsson wrote:
> > On 10 Apr 2025, at 13:42, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
> > > +extern dsa_area *area;
> > 
> > This commit causes problems for PostGIS, because the name "area" collides
> > with a PostGIS object:
> 
> Thanks for the report, I've already posted a patch [0] and will push that
> shortly.

Great, thanks.

Yours,
Laurenz Albe



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Rename global variable backing DSA area

  2. Add function to get memory context stats for processes