]> Sergey Matveev's repositories - public-inbox.git/commit
msgmap: fix use of transactions
authorEric Wong <e@80x24.org>
Sun, 31 Jul 2016 00:02:05 +0000 (00:02 +0000)
committerEric Wong <e@80x24.org>
Sun, 31 Jul 2016 01:15:58 +0000 (01:15 +0000)
commit3a988efc28064954e64419bb0d368684fa7c7f20
tree0d91879fc8b7cb197a927af9990c160c10716982
parent4f9325bd4c9a8f971ab6e37aa449ee6958ec95e9
msgmap: fix use of transactions

We want transactions to be the responsibility of the
caller when possible; this fixes the potential for
the msgmap to internally become inconsistent when
using it from inside searchidx.
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/SearchIdx.pm