Re: Propagate XLogFindNextRecord error to callers

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Mircea Cadariu <cadariu(dot)mircea(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Japin Li <japinli(at)hotmail(dot)com>
Subject: Re: Propagate XLogFindNextRecord error to callers
Date: 2026-03-24 13:35:15
Message-ID: CAHGQGwGmmyDY+HLFfiCoWYRG7bDE91GSJ6AkDwoEwAV41B6=Tw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 23, 2026 at 9:07 PM Anthonin Bonnefoy
<anthonin(dot)bonnefoy(at)datadoghq(dot)com> wrote:
>
> On Mon, Mar 23, 2026 at 1:00 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> > It looks like the first part of the comment above wasn't included,
> > so I've added it. I also made a few cosmetic changes and updated
> > the commit message. Attached is the updated version of the patch.
>
> Right, I've missed the first part... Thanks for the fix!

I've pushed the patch. Thanks!

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2026-03-24 13:56:18 Re: Eliminating SPI / SQL from some RI triggers - take 3
Previous Message Peter Eisentraut 2026-03-24 13:13:21 Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions