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 1pfRp3-00084X-FO for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Mar 2023 20:46:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pfRp2-0005XE-5I for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Mar 2023 20:46:08 +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 1pfRp1-0005X4-SB for pgsql-hackers@lists.postgresql.org; Thu, 23 Mar 2023 20:46:07 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfRoy-0003An-Rv for pgsql-hackers@lists.postgresql.org; Thu, 23 Mar 2023 20:46:06 +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 32NKk3fi2005207; Thu, 23 Mar 2023 16:46:03 -0400 From: Tom Lane To: Andrew Dunstan cc: PostgreSQL Hackers Subject: Re: pg_bsd_indent vs vpath In-reply-to: <71e3d345-830a-3551-1257-d3fe3805d8f0@dunslane.net> References: <71e3d345-830a-3551-1257-d3fe3805d8f0@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Thu, 23 Mar 2023 16:06:46 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2005205.1679604363.1@sss.pgh.pa.us> Date: Thu, 23 Mar 2023 16:46:03 -0400 Message-ID: <2005206.1679604363@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > Looks like we need a little magic to allow pg_bsd_indent to be part of a > vpath build: Yeah, I think I fixed that at dccef0f2f, but fairywren hasn't run since. (I'd thought that it was some weird Msys-ism, but if you say it's VPATH then all is clear, other than why we didn't notice already.) regards, tom lane