Re: Resetting recovery target parameters in pg_createsubscriber
Alena Vinter <dlaaren8@gmail.com>
From: Alena Vinter <dlaaren8@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andrey Rudometov <unlimitedhikari@gmail.com>,
Alexander Korotkov <aekorotkov@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Ilyasov Ian <ianilyasov@outlook.com>, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-12-30T07:34:21Z
Lists: pgsql-hackers
Attachments
Hi everyone! Apologies for the long silence — I was temporarily pulled away from this work and didn’t want to send an update until I could properly address the feedback. I’m now back on track and have refined the implementation based on earlier discussions. The current version fully adopts the `include_if_exists` approach, writes temporary recovery settings to a separate config file, and disables it on exit by renaming to `.disabled`. Thank you for your patience — I appreciate any further review! --- Alena Vinter