Re: pgsql: Add function to get memory context stats for processes - Mailing list pgsql-committers

From Laurenz Albe
Subject Re: pgsql: Add function to get memory context stats for processes
Date
Msg-id 0b5dbcd7b2f13abd5bbed907878b4ba71e47367e.camel@cybertec.at
Whole thread Raw
In response to Re: pgsql: Add function to get memory context stats for processes  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-committers
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



pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Add function to get memory context stats for processes
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Further cleanup for directory creation on pg_dump/pg_dumpall