searchidx: fix Xapian version comparison
commitb99860c560a6a4a79c73015612c855d978c3e00e
authorEric Wong <e@80x24.org>
Mon, 6 May 2024 23:19:53 +0000 (6 23:19 +0000)
committerEric Wong <e@80x24.org>
Tue, 7 May 2024 06:11:04 +0000 (7 06:11 +0000)
treeb57a709a69c194434320c0a40a4d04f0101a76b6
parent34709e6f0153bd92a117f542a7bfb76e7d289d2e
searchidx: fix Xapian version comparison

We must use Perl v-strings consistently on both sides of the
comparison.  Fortunately, this was merely a no-op and didn't
cause any data integrity problems (aside from increased wear on
the storage device).

Fixes: c25c66af0a8a (searchidx: use vstring to improve readability, 2023-04-07)
lib/PublicInbox/SearchIdx.pm