From 9b7617b25f58a731bc1ffc6087faed46301e2c26 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Wed, 14 Feb 2018 08:20:38 +0000 Subject: [PATCH] searchidx: fix comment around next_thread_id I decided not to copy the notmuch implementation regarding serialization of integers to Xapian metadata. --- lib/PublicInbox/SearchIdx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/SearchIdx.pm b/lib/PublicInbox/SearchIdx.pm index 0ee07791..fa5057fd 100644 --- a/lib/PublicInbox/SearchIdx.pm +++ b/lib/PublicInbox/SearchIdx.pm @@ -394,7 +394,7 @@ sub term_generator { # write-only } # increments last_thread_id counter -# returns a 64-bit integer represented as a hex string +# returns a 64-bit integer represented as a decimal string sub next_thread_id { my ($self) = @_; my $db = $self->{xdb}; -- 2.44.0