Re: [PATCH 1/1] lib: replace some uses of Query::MatchAll with a thread-safe alternative

Subject: Re: [PATCH 1/1] lib: replace some uses of Query::MatchAll with a thread-safe alternative

Date: Fri, 31 Mar 2023 08:20:30 -0300

To: Kevin Boulain, notmuch@notmuchmail.org

Cc:

From: David Bremner


Kevin Boulain <kevin@boula.in> writes:

> This replaces two instances of Xapian::Query::MatchAll with the
> equivalent but thread-safe alternative Xapian::Query(std::string()).
> Xapian::Query::MatchAll maintains an internal pointer to a refcounted
> Xapian::Internal::QueryTerm.
>

Applied to master, thanks, and sorry for the delay.

By the way I see sfsexp has merged your related PR last week.

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: