Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Date: 2025-12-29 23:26:43
Message-ID: CAEoWx2nFAiLspeHJ8pjKoF4OPQr1E+TMvKnMdTGWhuyHMAco-A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 30, 2025 at 6:55 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com> writes:
> > Attached v2, in which I've updated the one place where I could find
> > IndexAmRoutine's allocation policy being described, and in which I've
> > also updated InitIndexAmRoutine with the suggested changes of your
> > other mail. Thanks!
>
> I went through this and made some mostly-cosmetic changes.
> I think the attached v3 is ready to go, but I'll wait a day
> or so to see if anyone has any comments.
>
> regards, tom lane
>
>
I just saw v3 after sending the review comments for v2. Looks like my
comment 1 has been addressed in v3, and the comment 2 still stands.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-12-29 23:31:53 Re: [PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Previous Message Chao Li 2025-12-29 23:21:38 Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()