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 1etL1E-0002YC-Jb for buildfarm-members@arkaria.postgresql.org; Tue, 06 Mar 2018 22:25:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1etL1D-0005iC-F7 for buildfarm-members@arkaria.postgresql.org; Tue, 06 Mar 2018 22:25:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1etL1D-0005i1-AJ for buildfarm-members@lists.postgresql.org; Tue, 06 Mar 2018 22:25:11 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1etL16-0004Xu-Ae for buildfarm-members@lists.postgresql.org; Tue, 06 Mar 2018 22:25:10 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w26MP23H021880 for ; Tue, 6 Mar 2018 17:25:02 -0500 From: Tom Lane To: buildfarm-members@lists.postgresql.org Subject: We have no Windows critters contributing typedef lists MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21878.1520375102.1@sss.pgh.pa.us> Date: Tue, 06 Mar 2018 17:25:02 -0500 Message-ID: <21879.1520375102@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk 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. regards, tom lane