Re: Fix memory leak in gist_page_items() of pageinspect

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix memory leak in gist_page_items() of pageinspect
Date: 2025-12-15 04:08:44
Message-ID: aT-JzIm1AL1CKrBr@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2025-12-15 04:14:05 Re: Add WALRCV_CONNECTING state to walreceiver
Previous Message Chao Li 2025-12-15 03:35:36 Re: Improve logical replication usability when tables lack primary keys