From: David Bremner Date: Sat, 15 Aug 2015 15:35:50 +0000 (+0200) Subject: Re: revision tracking patches round 4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=70023a6e0fe4825aeb695ac3526380b7fc5e6b27;p=notmuch-archives.git Re: revision tracking patches round 4 --- diff --git a/d9/d5e91d708083fd54b6e5f2dc3dd4a19b6622eb b/d9/d5e91d708083fd54b6e5f2dc3dd4a19b6622eb new file mode 100644 index 000000000..59941f560 --- /dev/null +++ b/d9/d5e91d708083fd54b6e5f2dc3dd4a19b6622eb @@ -0,0 +1,68 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 7686F6DE17EB + for ; Sat, 15 Aug 2015 08:36:59 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.126 +X-Spam-Level: +X-Spam-Status: No, score=0.126 tagged_above=-999 required=5 tests=[AWL=0.126] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Fjp-howS4xsc for ; + Sat, 15 Aug 2015 08:36:57 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 069536DE17D7 + for ; Sat, 15 Aug 2015 08:36:56 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZQdV1-0007a0-Am; Sat, 15 Aug 2015 15:35:59 +0000 +Received: (nullmailer pid 18329 invoked by uid 1000); Sat, 15 Aug 2015 + 15:35:50 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: revision tracking patches round 4 +In-Reply-To: +Message-ID: <87oai8o9br.fsf@maritornes.cs.unb.ca> +References: <1439570878-15165-1-git-send-email-david@tethera.net> + +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sat, 15 Aug 2015 17:35:50 +0200 +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 15 Aug 2015 15:36:59 -0000 + +Tomi Ollila writes: + +> +> Looked a bit to xapian documentation... it seems in case of compacting +> one should do the following: +> +> 1) see that current database uuid is the one expected (which is stored +> somewhere) +> 2) compact database +> 3) read new uuid and store it to "somewhere" + +right, I think this is basically right. It falls under the same general +lazy objections in id:87si7kx27c.fsf@maritornes.cs.unb.ca; I think +compact changing uuid is a short term problem. + +d + +