Re: memory leak in dbase_redo()

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: memory leak in dbase_redo()
Date: 2025-10-09 20:07:06
Message-ID: aOgV6vYoNSUrN4Hx@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 09, 2025 at 06:36:58PM +0200, Álvaro Herrera wrote:
> On 2025-Oct-09, Nathan Bossart wrote:
>> It looks like this was introduced by commit 9e4f914, which was
>> back-patched, but the code path in question first appears in v15. So,
>> presumably something like the following needs to be back-patched that far.
>> I can take care of it unless someone else wants it.
>
> Hmm, it's my bug, please let me get it done.

Sounds good, thanks.

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2025-10-09 20:21:41 Re: Thoughts on a "global" client configuration?
Previous Message Peter Geoghegan 2025-10-09 19:45:32 Re: another autovacuum scheduling thread