about summary refs log tree commit homepage
path: root/lib/PublicInbox/OverIdx.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-04 11:11:43 +0000
committerEric Wong <e@80x24.org>2021-10-05 23:09:37 +0000
commit9211aebf9f65e088430b28216ec1f1f4384be0f9 (patch)
tree96a5ae0e0165c563c5c87e6c7cad6ec82c28dc36 /lib/PublicInbox/OverIdx.pm
parent0f8cfbace2ab68aabfdfb6e9a06023043e943a67 (diff)
downloadpublic-inbox-9211aebf9f65e088430b28216ec1f1f4384be0f9.tar.gz
`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.
Diffstat (limited to 'lib/PublicInbox/OverIdx.pm')
-rw-r--r--lib/PublicInbox/OverIdx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/OverIdx.pm b/lib/PublicInbox/OverIdx.pm
index e0893337..2e3d4534 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 = ?