pub(crate) async fn insert_specs( pool: &PgPool, rows: &[SpecDataFlat], patch: &str, ) -> Result<(), Error>