]> Sergey Matveev's repositories - public-inbox.git/commit
extsearchidx: handle edits
authorEric Wong <e@80x24.org>
Tue, 27 Oct 2020 07:54:48 +0000 (07:54 +0000)
committerEric Wong <e@80x24.org>
Sat, 7 Nov 2020 10:22:08 +0000 (10:22 +0000)
commit9ebb1544ac677d3ed37231cfd78624916b6f2945
tree2dc963068e6053ffa0a6343168d28161599599b0
parenta624577bd7417759b7428266da7e6f5a3413bc8e
extsearchidx: handle edits

We can now handle cases where messages are edited in one inbox
but not another, bifurcating the message.

V2Writable::log_range handles some edge-cases which could happen
in v2-only code paths, as well, but weren't usually triggered
due to default git-gc knobs not pruning immediately
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/V2Writable.pm
t/extsearch.t