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

From: JoongHyuk Shin <sjh910805(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: 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-07 03:01:59
Message-ID: CACSdjfPm+_EE2BTmu7oyW_Gt_7o2eZyNdvaT3fQKbaoKCwGOMQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached v8 with the errhint removed. No other changes from v7.

--
JH Shin

Attachment Content-Type Size
v8-0001-Don-t-call-ereport-ERROR-from-recovery-target-GUC.patch application/octet-stream 17.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-07-07 03:09:48 Re: Support EXCEPT for TABLES IN SCHEMA publications
Previous Message Michael Paquier 2026-07-07 02:41:25 Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19