]> Sergey Matveev's repositories - public-inbox.git/commit
shard_add_eidx_info: pass $eidx_key instead of $ibx object
authorEric Wong <e@80x24.org>
Mon, 7 Dec 2020 07:40:53 +0000 (07:40 +0000)
committerEric Wong <e@80x24.org>
Tue, 8 Dec 2020 07:19:32 +0000 (07:19 +0000)
commit77b96aee09b2711e645ea2b04ab912b5e3285c73
tree4c2c3c0d8d3ac05f93d645804cf1eadf10359747
parenta9d492511697f64e495dc48d0eb29c20f9fe590c
shard_add_eidx_info: pass $eidx_key instead of $ibx object

This improves consistency with sibling methods such as
->shard_remove_eidx_info and ->add_xref3.  Passing the
$eidx_key scalar is preferable to the entire $ibx object
for IPC-friendliness.
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/SearchIdxShard.pm