Thread
-
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Fujii Masao <masao.fujii@gmail.com> — 2026-05-01T05:53:18Z
On Wed, Apr 29, 2026 at 6:30 PM JoongHyuk Shin <sjh910805@gmail.com> wrote: > > Thanks for the reviews. > > v2 attached. Thanks for updating the patch! When I started postgres with the following command, recovery_target_xid was treated as unset in the master, but with the patch the recovery_target_xid=700 setting was used instead. This behavior seems unexpected to me. Thoughts? postgres -D data -c "recovery_target_xid=700" -c "recovery_target_xid=" Regards, -- Fujii Masao