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 3754A1F8C8 for ; Tue, 5 Oct 2021 09:40:17 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] some indexing stuff Date: Tue, 5 Oct 2021 09:40:14 +0000 Message-Id: <20211005094017.7285-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: -extindex still needs to support --{since,until,...}, but I got -index working with them, at least. I initially failed to guard the last*commit SQLite updates with since/until, and didn't notice it until I started writing tests. Eric Wong (3): extsearchidx: favor 20-byte OID comparison overidx: update comment for new sub name index: --reindex w/ --{since,until,before,after} Documentation/public-inbox-index.pod | 10 +++++ MANIFEST | 1 + lib/PublicInbox/Admin.pm | 4 ++ lib/PublicInbox/ExtSearchIdx.pm | 3 +- lib/PublicInbox/OverIdx.pm | 2 +- lib/PublicInbox/SearchIdx.pm | 33 +++++++++++----- lib/PublicInbox/V2Writable.pm | 8 +++- script/public-inbox-index | 3 ++ t/reindex-time-range.t | 58 ++++++++++++++++++++++++++++ 9 files changed, 108 insertions(+), 14 deletions(-) create mode 100644 t/reindex-time-range.t