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

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add function to get memory context stats for processes
Date: 2025-04-10 12:51:30
Message-ID: 0b5dbcd7b2f13abd5bbed907878b4ba71e47367e.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Thu, 2025-04-10 at 14:46 +0200, Daniel Gustafsson wrote:
> > On 10 Apr 2025, at 13:42, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2025-04-10 13:31:00 Re: pgsql: Add function to get memory context stats for processes
Previous Message Daniel Gustafsson 2025-04-10 12:46:35 Re: pgsql: Add function to get memory context stats for processes

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-04-10 13:17:55 Add os_page_num to pg_buffercache
Previous Message Tomas Vondra 2025-04-10 12:51:07 Re: long-standing data loss bug in initial sync of logical replication