]> Sergey Matveev's repositories - public-inbox.git/commit
msgmap: replace id_batch with ids_after
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 3 Apr 2018 11:09:11 +0000 (11:09 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 3 Apr 2018 12:06:15 +0000 (12:06 +0000)
commit445d2062a60959a04b55d7d1fe4439eff23cd44d
tree653eea288da968a04561224bc1ba079ed644ded3
parent0dceebd0a85774c92af247e6da5e2f5a0ee8417c
msgmap: replace id_batch with ids_after

id_batch had a an overly complicated interface, replace it
with id_batch which is simpler and takes advantage of
selectcol_arrayref in DBI.  This allows simplification of
callers and the diffstat agrees with me.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/NNTP.pm
t/nntpd.t
t/v2writable.t