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