pub(crate) async fn bulk_copy<T>( pool: &PgPool, table: &str, label: &str, rows: &[T], patch: &str, ) -> Result<(), Error>where T: CopyInsert,