Can't drop logical replication slot - Mailing list pgsql-general

From Eduardo Gargiulo
Subject Can't drop logical replication slot
Date
Msg-id CAD_UXMYJAyPQ4YDYs5LNoKZkB8vBSo-3VrZnA-qoQ=C3hvmeUQ@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi all,

There is a logical replication slot I can't drop. Tried using 

select pg_terminate_backend(PID) OK 
select pg_drop_replication_slot('slot_name) OK 

But the slot_name restarts with other active_pid. There is not subscriber connected and no errors in database log. We are using PG14.

Any help to drop or even rename replication slot would be appreciated.

Thanks in advance.

--
Eduardo

pgsql-general by date:

Previous
From: gzh
Date:
Subject: Re: ERROR: stack depth limit exceeded
Next
From: Anthony Apollis
Date:
Subject: Making Sure Primary and Secondary Keys Alligns