Re: issue with synchronized_standby_slots
Rahila Syed <rahilasyed90@gmail.com>
From: Rahila Syed <rahilasyed90@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Alexander Kukushkin <cyberdemn@gmail.com>,
Fabrice Chapuis <fabrice636861@gmail.com>, "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-09-10T10:02:58Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-the-validation-from-the-GUC-check-hook.patch (application/octet-stream)
Hi, As for the synchronized_standby_slots, we can follow the behavior > similar to check_synchronous_standby_names and just give parsing > ERRORs. Any non-existent slot related errors can be given when that > parameter is later used. > > -- > Please find attached a patch that implements this. I will work on adding a test for it. Thank you, Rahila Syed