]> Sergey Matveev's repositories - public-inbox.git/commit
search: delete QueryParser along with DB handle
authorEric Wong <e@80x24.org>
Tue, 12 Oct 2021 11:46:59 +0000 (11:46 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Oct 2021 21:46:33 +0000 (21:46 +0000)
commit4bbafbc4bc8869e3f0fb35fdde727b2334fd6b46
tree92a33230c4094b344b50941903aca975e99261f9
parent176cd51f9aa81b741deb00cd8096428eb6712b9e
search: delete QueryParser along with DB handle

Xapian::QueryParser is attached to the Xapian::Database,
so holding onto the QueryParser was preventing us from
releasing DB handles if a query was performed.
lib/PublicInbox/Search.pm
t/extsearch.t