Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q1EoM-0004bT-36 for pgsql-hackers@arkaria.postgresql.org; Mon, 22 May 2023 23:19:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q1EoK-000158-6r for pgsql-hackers@arkaria.postgresql.org; Mon, 22 May 2023 23:19:28 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q1EoJ-00014y-Lm for pgsql-hackers@lists.postgresql.org; Mon, 22 May 2023 23:19:27 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q1EoH-001I3o-6E for pgsql-hackers@postgresql.org; Mon, 22 May 2023 23:19:26 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 34MNJIAL769951; Mon, 22 May 2023 19:19:18 -0400 From: Tom Lane To: Michael Paquier cc: Tristan Partin , Alvaro Herrera , pgsql-hackers@postgresql.org Subject: Re: Add missing includes In-reply-to: References: <20230522151657.vincyjdi56uedfhk@alvherre.pgsql> <668369.1684769654@sss.pgh.pa.us> Comments: In-reply-to Michael Paquier message dated "Tue, 23 May 2023 07:55:32 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <769949.1684797558.1@sss.pgh.pa.us> Date: Mon, 22 May 2023 19:19:18 -0400 Message-ID: <769950.1684797558@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > The standalone compile policy is documented in > src/tools/pginclude/README, AFAIK, so close enough :p Hmm, that needs an update --- the scripts are slightly smarter now than that text gives them credit for. I'll see to it after the release freeze lifts. regards, tom lane