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 1ncW9p-0005t4-Fk for pgsql-hackers@arkaria.postgresql.org; Thu, 07 Apr 2022 17:42:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ncW9o-00085p-AS for pgsql-hackers@arkaria.postgresql.org; Thu, 07 Apr 2022 17:42:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ncW9o-00085g-1f for pgsql-hackers@lists.postgresql.org; Thu, 07 Apr 2022 17:42:56 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ncW9m-0004YE-2j for pgsql-hackers@lists.postgresql.org; Thu, 07 Apr 2022 17:42:55 +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 237Hgnjl3385303; Thu, 7 Apr 2022 13:42:49 -0400 From: Tom Lane To: Andres Freund cc: Michael Paquier , Thomas Munro , Julien Rouhaud , Niyas Sait , PostgreSQL Hackers Subject: Re: [PATCH] Add native windows on arm64 support In-reply-to: <20220407172258.uj5lgd6k25sngeno@alap3.anarazel.de> References: <20220322103011.i6z2tuj4hle23wgx@jrouhaud> <20220324011531.va6z5pst5ygtu6zu@alap3.anarazel.de> <3278490.1649338843@sss.pgh.pa.us> <20220407172258.uj5lgd6k25sngeno@alap3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Thu, 07 Apr 2022 10:22:58 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3385301.1649353369.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 07 Apr 2022 13:42:49 -0400 Message-ID: <3385302.1649353369@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > On 2022-04-07 09:40:43 -0400, Tom Lane wrote: >> If it causes problems down the road, how will we debug it? > If what causes problems down the road? Afaics the patch doesn't change > anything outside of windows-on-arm, so it shouldn't cause any breakage w= e care > about until we get a buildfarm animal. Do we have a volunteer to run a buildfarm animal? I don't see much point in thinking about this till there is one ready to go. regards, tom lane