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-ASN: 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 58AC01F9F3 for ; Tue, 5 Oct 2021 09:40:17 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/3] overidx: update comment for new sub name Date: Tue, 5 Oct 2021 09:40:16 +0000 Message-Id: <20211005094017.7285-3-e@80x24.org> In-Reply-To: <20211005094017.7285-1-e@80x24.org> References: <20211005094017.7285-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: `shard_remove_eidx_info' was made unnecessary with commit 82b805db3ad9 (searchidxshard: IPC conversion, part 2, 2021-01-03) and we now call `remove_eidx_info' directly. --- lib/PublicInbox/OverIdx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/OverIdx.pm b/lib/PublicInbox/OverIdx.pm index e0893337e784..2e3d4534f125 100644 --- a/lib/PublicInbox/OverIdx.pm +++ b/lib/PublicInbox/OverIdx.pm @@ -633,7 +633,7 @@ SELECT COUNT(*) FROM xref3 WHERE docid = ? # if deduplication rules in ContentHash change, it's # possible a docid can have multiple rows with the # same ibx_id. This governs whether or not we call - # ->shard_remove_eidx_info in ExtSearchIdx. + # ->remove_eidx_info in ExtSearchIdx. $sth = $self->{dbh}->prepare_cached(<<'', undef, 1); SELECT COUNT(*) FROM xref3 WHERE docid = ? AND ibx_id = ?