Re: Fix memory leak in gist_page_items() of pageinspect - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix memory leak in gist_page_items() of pageinspect
Date
Msg-id aT-JzIm1AL1CKrBr@paquier.xyz
Whole thread Raw
In response to Re: Fix memory leak in gist_page_items() of pageinspect  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: Fix memory leak in gist_page_items() of pageinspect
List pgsql-hackers
On Sat, Dec 13, 2025 at 10:37:40AM +0800, Chao Li wrote:
> So I’ve split the fix into two commits, which I probably should have done
> from the beginning. 0001 contains the index_close() fix, and 0002 contains
> the StringInfo fix.

While passing through, I have applied 0001.  (Note that the email
address you have added to the commit message of 0001 did not match
with your actual email address, perhaps you did not intend to do
that..)
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Improve logical replication usability when tables lack primary keys
Next
From: Noah Misch
Date:
Subject: Re: Add WALRCV_CONNECTING state to walreceiver