From: Eric Wong (Contractor, The Linux Foundation) Date: Wed, 14 Feb 2018 08:20:38 +0000 (+0000) Subject: searchidx: fix comment around next_thread_id X-Git-Tag: v1.1.0-pre1~242 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9b7617b25f58a731bc1ffc6087faed46301e2c26;p=public-inbox.git searchidx: fix comment around next_thread_id I decided not to copy the notmuch implementation regarding serialization of integers to Xapian metadata. --- 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};