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 1pv9eB-0001At-UX for pgsql-hackers@arkaria.postgresql.org; Sat, 06 May 2023 04:35:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pv9eA-0000dR-Se for pgsql-hackers@arkaria.postgresql.org; Sat, 06 May 2023 04:35:50 +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 1pv9eA-0000dI-JW for pgsql-hackers@lists.postgresql.org; Sat, 06 May 2023 04:35:50 +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 1pv9e7-000nPZ-TN for pgsql-hackers@lists.postgresql.org; Sat, 06 May 2023 04:35:49 +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 3464ZebT3864857; Sat, 6 May 2023 00:35:40 -0400 From: Tom Lane To: Michael Paquier cc: Niyas Sait , Andres Freund , Ian Lawrence Barwick , Thomas Munro , Julien Rouhaud , PostgreSQL Hackers , robhenry@microsoft.com, "Jonathan S. Katz" , Alvaro Herrera , Amit Kapila Subject: Re: [PATCH] Add native windows on arm64 support In-reply-to: References: <8d46c46d-66d3-758b-b686-de371e0ba8ca@linaro.org> <20221205181449.47mhosidtmotemdl@awork3.anarazel.de> <6cfaaf3c-7fb5-51c8-92cf-ceac6303ef66@linaro.org> <20230117225131.jeptl4axjlbk5glz@awork3.anarazel.de> <44f6c1b6-d712-b69b-82f2-8c525f59aeff@linaro.org> Comments: In-reply-to Michael Paquier message dated "Sat, 06 May 2023 12:09:22 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3864855.1683347740.1@sss.pgh.pa.us> Date: Sat, 06 May 2023 00:35:40 -0400 Message-ID: <3864856.1683347740@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > Seeing how simple this has become, I would be really tempted to get > that applied, especially if there's a buildfarm machine able to follow > up.. On the one hand, we are in a stability period for v16, so it may > not be the best moment ever. On the other hand, waiting one more year > sounds like a waste for a patch that just adds new code paths. Indeed, there's not much in this patch ... but it's impossible to see how "run on an entirely new platform" isn't a new feature. Moreover, it's a platform that very few of us will have any ability to support or debug for. I can't see how it's a good idea to shove this in post-feature-freeze. Let's plan to push it in when v17 opens. regards, tom lane