Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: JoongHyuk Shin <sjh910805(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Date: 2026-07-20 18:28:55
Message-ID: CAHGQGwFtsu942uHwwXSqCo=sFXwATLj-3BkxykkFiTCgWdD6Bg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 21, 2026 at 3:12 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> The attached patch fixes this by recording the target LSN before calling
> pg_switch_wal(). If CI reports no issues, I'll commit it.

I've pushed the patch. Thanks!

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-07-20 18:52:24 remove_useless_joins vs. bug #19560
Previous Message Matheus Alcantara 2026-07-20 18:21:27 Re: hashjoins vs. Bloom filters (yet again)