On Mon, Jul 14, 2025 at 9:10 PM Fabrice Chapuis <fabrice636...@gmail.com> wrote: > > Thanks for this feedback, > I'll remove the check on the sync_replication_slots parameter. > I think it is interesting as you suggest to start with the idea of the > pg_alter_replication_slot API, I will make a new proposal by opening a new > thread, hoping to be supported in my approach. Is there already an initiative > about the pg_drop_all_slots API? >
No, to my knowledge, there is no other initiative for the pg_drop_all_slots() API. I think we first got the use case where users can drop all slots on new standby after failover to avoid excessive resource usage. -- With Regards, Amit Kapila.