From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4700D2018E for ; Tue, 9 Aug 2016 00:22:54 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] searchidx: workaround lack of close-on-exec Date: Tue, 9 Aug 2016 00:22:49 +0000 Message-Id: <20160809002252.31177-1-e@80x24.org> List-Id: Some versions of Xapian fail to set the close-on-exec flag on locks; and it appears we must workaround them, for the next few years. ref: nntp://news.gmane.org/20160807000109.GC19864@survex.com Eric Wong (3): searchidx: remove unused $git parameters searchidx: persist the PublicInbox::Git object searchidx: release Xapian FDs before spawning git log lib/PublicInbox/Import.pm | 2 +- lib/PublicInbox/SearchIdx.pm | 173 +++++++++++++++++++++++-------------------- t/search.t | 9 ++- 3 files changed, 100 insertions(+), 84 deletions(-)