pub async fn drop_replication_slots(
ssh_tunnel_manager: &SshTunnelManager,
config: Config,
slots: &[(&str, bool)],
) -> Result<(), PostgresError>
pub async fn drop_replication_slots(
ssh_tunnel_manager: &SshTunnelManager,
config: Config,
slots: &[(&str, bool)],
) -> Result<(), PostgresError>