Re: IndexAmRoutine aminsertcleanup function can be NULL? - Mailing list pgsql-hackers

From Peter Smith
Subject Re: IndexAmRoutine aminsertcleanup function can be NULL?
Date
Msg-id CAHut+PuCX_haADZqF39Hf3X=V=9tuP0Kngqj=+_mNAMm59RfKg@mail.gmail.com
Whole thread Raw
In response to Re: IndexAmRoutine aminsertcleanup function can be NULL?  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, Jul 22, 2025 at 3:36 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Thu, Jul 17, 2025 at 01:34:42PM +0800, Japin Li wrote:
> > On Wed, 16 Jul 2025 at 10:08, Peter Smith <smithpb2250@gmail.com> wrote:
> >> What's going on there? Is it just an accidentally missing "/* can be
> >> NULL */" comment?
> >
> > It appears commit c1ec02be1d79 is missing the comment.
>
> Agreed.  That's user-visible, so backpatched down to v17.
>

Thanks to both!

======
Kind Regards,
Peter Smith.
FUjitsu Australia



pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Log prefix missing for subscriber log messages received from publisher
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2