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 1etN8J-0002ds-HA for buildfarm-members@arkaria.postgresql.org; Wed, 07 Mar 2018 00:40:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1etN8I-0001nc-8I for buildfarm-members@arkaria.postgresql.org; Wed, 07 Mar 2018 00:40:38 +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 1etN8H-0001nT-Sc for buildfarm-members@lists.postgresql.org; Wed, 07 Mar 2018 00:40:38 +0000 Received: from mail-qk0-x231.google.com ([2607:f8b0:400d:c09::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1etN8E-0006Ck-Ih for buildfarm-members@lists.postgresql.org; Wed, 07 Mar 2018 00:40:36 +0000 Received: by mail-qk0-x231.google.com with SMTP id y137so670370qka.4 for ; Tue, 06 Mar 2018 16:40:34 -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=mQV9Ww8LojIj+0y0ZGC3prIz777HrKPr1SLvOQTa1RU=; b=1Y60tA14RuVQD7bIa8mCA2bZGjl02hl0igI0PoTvOZZ6w+FYH/Wazo/2/h1BZOQ8Bl cLC/d+LI6ZMiWcuH3dvxdvqVz7b2DGpGTkgzV5YBVLy51DGndkO0+aJ1K6hQ4cVPR11E ekYczM65gk+yUTUAAlOZ0NZXGT66ny4YlSJIP6S/Zkep51nmdblwqOF6I4Rydhxe60wj BgQ31x6XdBthNZ6TG4ONsge6K/czUaFi18F0Y6wRfxXlm4OA29ZT27KBkElXn6dXl0fc re3AKt2Q9FB7fz1vlhLcaFCHXiJg4ykaK5GPEpQtXwdsvz3PCJ++T3uYi7iTLzqXaM6c a0og== 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=mQV9Ww8LojIj+0y0ZGC3prIz777HrKPr1SLvOQTa1RU=; b=udgwWrggywH04g0eiCrRaCATj+miYgqfrxaoJ4h/GyUpiIGUegXOIeF1WtVJRghO0G dSY/5eBA0EIng5ZA65NJIyrrBkBj56a9bijLMVDzgPe0I8szK47caipMQjCY8AWyP9Gj nbmS7f0eVOPFNqppl8KBelfjStm8U9lEzwkEvbRJX8/SJLtg3sUPhZBe4+LUP7PEE9+r 01ZubwecatvfSofzG+eMNyoBL7gApaiaWLrivj2Ql/7K3G3+uiIpqBn2G9R0Qdd44kOK 1XQ/VaAVfjUehbqVqELLi38avfo/IYGBHZWEDcEGbH51uJwOHAwoxHZEYffXDoh/4OvW suMg== X-Gm-Message-State: AElRT7EZhl1g+vape/NoeldyYNFxibS8Yu3MI3BeoOByS/nRRp/t5QWY taX6rN1Q9fdHK+EVh9HDsDkF09cZKfSWgib0jsQk X-Google-Smtp-Source: AG47ELudb7eEonIO/pDAPiMWr2G+0UTkEPXHtHKtWYHAWEsNHAqVnQI/QrR0wnCrlgu8fOHdFsYhi+22W5ddqLuDagE= X-Received: by 10.55.25.150 with SMTP id 22mr30672866qkz.183.1520383232837; Tue, 06 Mar 2018 16:40:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.37.85 with HTTP; Tue, 6 Mar 2018 16:40:32 -0800 (PST) In-Reply-To: <21879.1520375102@sss.pgh.pa.us> References: <21879.1520375102@sss.pgh.pa.us> From: Andrew Dunstan Date: Wed, 7 Mar 2018 11:10:32 +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 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. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services