]> Sergey Matveev's repositories - public-inbox.git/commit
overidx: preserve `tid' column on re-indexing
authorEric Wong <e@80x24.org>
Sun, 5 Aug 2018 08:19:25 +0000 (08:19 +0000)
committerEric Wong <e@80x24.org>
Sun, 5 Aug 2018 21:09:04 +0000 (21:09 +0000)
commitce5494b5b830e9b8b60815ccd81218390dc0d5db
tree9c56b355aba80f03473e8dc23fe648f9bfd32cb3
parent0c22c3e3a99527ebf04a647ca287ea2fc9bdeddd
overidx: preserve `tid' column on re-indexing

Otherwise, walking backwards through history could mean the root
message in a thread forgets its `tid' and it prevents messages
from being looked up by it.

This bug was hidden by the fact that `sid' matches were often
good enough to link threads together.
lib/PublicInbox/OverIdx.pm
t/search-thr-index.t