From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 878341F4B4 for ; Mon, 7 Dec 2020 07:40:53 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] extindex: random cleanups Date: Mon, 7 Dec 2020 07:40:48 +0000 Message-Id: <20201207074053.14483-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still working on --reindex, but found a bunch of cleanups and tweaks which are worth doing in any case. Eric Wong (5): over: gracefully show invalid ibx_id overidx: wrap eidx_key => ibx_id mapping extsearchidx: remove needless SHA-1 check searchidx: remove $oid parameter from most calls shard_add_eidx_info: pass $eidx_key instead of $ibx object lib/PublicInbox/ExtSearchIdx.pm | 27 +++++----------------- lib/PublicInbox/Over.pm | 1 + lib/PublicInbox/OverIdx.pm | 10 +++++--- lib/PublicInbox/SearchIdx.pm | 38 +++++++++++++------------------ lib/PublicInbox/SearchIdxShard.pm | 38 ++++++++++++++----------------- lib/PublicInbox/V2Writable.pm | 2 +- 6 files changed, 48 insertions(+), 68 deletions(-)