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

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
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:46:35
Message-ID: DCBEB877-44B3-4A16-A010-29EDD33EA871@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

> On 10 Apr 2025, at 13:42, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> wrote:
> On Tue, 2025-04-08 at 09:10 +0000, Daniel Gustafsson 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.

--
Daniel Gustafsson

[0] https://postgr.es/m/68638ACC-3556-429E-93A0-189F73D0E274@yesql.se

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Laurenz Albe 2025-04-10 12:51:30 Re: pgsql: Add function to get memory context stats for processes
Previous Message Aleksander Alekseev 2025-04-10 11:48:11 Re: pgsql: Add function to get memory context stats for processes

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-04-10 12:51:07 Re: long-standing data loss bug in initial sync of logical replication
Previous Message Andrei Lepikhov 2025-04-10 12:39:04 Re: Some problems regarding the self-join elimination code