Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1etQyh-0007wN-N4 for buildfarm-members@arkaria.postgresql.org; Wed, 07 Mar 2018 04:47:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1etQyg-0001ev-QE for buildfarm-members@arkaria.postgresql.org; Wed, 07 Mar 2018 04:46:58 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1etQyg-0001em-DL for buildfarm-members@lists.postgresql.org; Wed, 07 Mar 2018 04:46:58 +0000 Received: from mail-qt0-x242.google.com ([2607:f8b0:400d:c0d::242]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1etQyc-0003TM-HT for buildfarm-members@lists.postgresql.org; Wed, 07 Mar 2018 04:46:56 +0000 Received: by mail-qt0-x242.google.com with SMTP id n9so1162262qtk.6 for ; Tue, 06 Mar 2018 20:46:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4dmqbYnGn6Am/FDAtUJsFULopeYbJfqqkAgarkIJabw=; b=erqN9hp/o91tppOVbLkuPUhZff5svelaCPn45xAOL/a8iITfLH4S1rQ6ZOPtI54mxY Hskf8K/gvX7PKhiBtht9gco31y2E5PXhKp+jZJieyzHYCiqJ4gjsqzKcUk5oAqvmYgp1 hj9QnDjpvKXQUzmCTPqhD+SBRIjhowiajONZZxy5k92EIO+FMwonlOY0Ui3dMbjJbJCI KNRkdbD6iXbwu15/KnHc5zyQk8pvBt7bpootjUJWSnya4XrKpIkAZcg0v7FapyixXmuy IwimyOekK5J1Ne5hDKi6jx72U5wcmfPG7/KjVlbX06Je065PfvVeI5KI1y1Qu6VDWMOG n4Ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4dmqbYnGn6Am/FDAtUJsFULopeYbJfqqkAgarkIJabw=; b=qlukAqCzU07TLspVjxlteRY5CcVBrXqgDEeYUbq+LIKygYCEfrnZ0dAN6Feqo5meoa SfsvCZU5TsGwpXA8EAnbg/JIcg1x5m/XE8/DqLFbp8EzFC8olzSoD7FTDMhEOwxIFrGM 3XgyDbDTxUphM2I1hsAZ8DVCqhiyCshY2HmNlRkyo04Z868bqGsPrBDmr/p3dHaNd/VE ONPvXuhV6g1RRyI5B//yZsih+GFFzb6Ynwkgcup0ABcUrChBaFDYqWKjMbhHB1iK9kQC ISZm/FCPf6jZtiTITbiWWkHkh1OBz403QryqStE2GnM8DqQUB97XiCk397LHiiDbyCl3 mALQ== X-Gm-Message-State: AElRT7HWsRbhEOCese/kTGMngVB6Sw6dMQ0ORXbUgZHxCHXhE0iPYA6d 40fXq9QJPAhEmOLkqt6jz6SuT4uec6H3l7T1LRG5 X-Google-Smtp-Source: AG47ELtD/nT4sdwz8fxb6JtY1wPpRZLMVKpk0GWlSLc1sRTAZtGmSJ1DLrqdTzqxay0yi6+YINnduQ97WgDutFnQVBU= X-Received: by 10.200.64.139 with SMTP id p11mr33729016qtl.33.1520398012200; Tue, 06 Mar 2018 20:46:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.37.85 with HTTP; Tue, 6 Mar 2018 20:46:51 -0800 (PST) In-Reply-To: References: <21879.1520375102@sss.pgh.pa.us> From: Andrew Dunstan Date: Wed, 7 Mar 2018 15:16:51 +1030 Message-ID: Subject: Re: We have no Windows critters contributing typedef lists To: Tom Lane Cc: buildfarm-members@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Wed, Mar 7, 2018 at 11:10 AM, Andrew Dunstan wrote: > On Wed, Mar 7, 2018 at 8:55 AM, Tom Lane wrote: >> A pgindent run I just did showed me that we no longer have entries in >> the buildfarm's typedefs list for any typedefs that are used only in >> EXEC_BACKEND builds --- and, I suppose, none for Windows-only code >> either. I suppose that one of the recently deceased Windows animals >> was the only one contributing those. We need to improve this situation >> before it's time to run pgindent again. >> >> I'm not sure what the infrastructure requirements are for extracting >> typedefs from Windows builds. >> > > > Nothing special I think. I have just enabled it for jacana and also > for bowerbird which I am reviving. Basically it's just a matter of > adding > find_typedefs => {}, > to the optional_steps part of the config file. That will make it get > the typedefs for every build of every branch. > > You should see some results in a few hours. > Or not. There is a strange error I will need to get to the bottom of. Might be a day or two. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services