From: Eric Wong Date: Tue, 31 Aug 2021 11:21:26 +0000 (+0000) Subject: lei/store: correctly delete entries from over X-Git-Tag: v1.7.0~465 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=01357ab43ba32d9e0967226ed03106a4f2941f23;p=public-inbox.git lei/store: correctly delete entries from over Some of these errors were inadvertantly lost due to delayed error reporting in the past. --- diff --git a/lib/PublicInbox/LeiStore.pm b/lib/PublicInbox/LeiStore.pm index 0652137e..ab39043e 100644 --- a/lib/PublicInbox/LeiStore.pm +++ b/lib/PublicInbox/LeiStore.pm @@ -243,8 +243,8 @@ sub remove_docids ($;@) { my $eidx = eidx_init($self); for my $docid (@docids) { $eidx->idx_shard($docid)->ipc_do('xdb_remove', $docid); - $self->{oidx}->delete_by_num($docid); - $self->{oidx}->{dbh}->do(<{oidx}->delete_by_num($docid); + $eidx->{oidx}->{dbh}->do(<