Re: issue with synchronized_standby_slots
Shlok Kyal <shlok.kyal.oss@gmail.com>
From: Shlok Kyal <shlok.kyal.oss@gmail.com>
To: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>,
Fabrice Chapuis <fabrice636861@gmail.com>, Ashutosh Sharma <ashu.coek88@gmail.com>,
Rahila Syed <rahilasyed90@gmail.com>, Alexander Kukushkin <cyberdemn@gmail.com>,
"Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-27T04:24:18Z
Lists: pgsql-hackers
Attachments
- v10_REL_18-0001-Remove-the-validation-from-the-GUC-check-.txt (text/plain)
- v10_HEAD-0001-Remove-the-validation-from-the-GUC-check-ho.patch (application/octet-stream)
- v10_REL_17-0001-Remove-the-validation-from-the-GUC-check-.txt (text/plain)
On Mon, 27 Oct 2025 at 09:35, Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com> wrote: > > Dear Shlok, > > > I agree that .pg_reload_conf() is not required. I have removed it in > > the latest version of patches. > > Thanks for updating the patch! > After considering bit more, I started to feel the test should be under the > test/modules/unsafe_tests. Adding test requires that wal_level >= replica and > max_logical_replication_slots >= 1, but `make installcheck` might allow to run > such an environment. unsafe_tests can ensure that test would be run only while > `make check`. Also, ALTER SYSTEM requires to be superuser and the test has > already used the privileges. > Hi Kuroda-san, I also agree with the analysis. I have added the test in 'guc_privs.sql'. Thanks, Shlok Kyal