Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qgiow-00H0aA-1N for pgsql-hackers@arkaria.postgresql.org; Thu, 14 Sep 2023 09:39:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qgiot-007Lru-TT for pgsql-hackers@arkaria.postgresql.org; Thu, 14 Sep 2023 09:39:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qgiot-007Lrf-JV for pgsql-hackers@lists.postgresql.org; Thu, 14 Sep 2023 09:39:31 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qgiom-004Uqd-8l for pgsql-hackers@lists.postgresql.org; Thu, 14 Sep 2023 09:39:30 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id ED1462FA649B for ; Thu, 14 Sep 2023 11:39:21 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id D992F2E29E75; Thu, 14 Sep 2023 11:39:21 +0200 (CEST) Received: from s473.loopia.se (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id D2C592C8BAE9; Thu, 14 Sep 2023 11:39:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.01 X-Spam-Level: X-Spam-Status: No, score=-1.01 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Received: from s981.loopia.se ([172.22.191.6]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with UTF8LMTP id 5vkgSaYCmkSZ; Thu, 14 Sep 2023 11:39:21 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id 34FBC22B1675; Thu, 14 Sep 2023 11:39:21 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: [PATCH] Add native windows on arm64 support From: Daniel Gustafsson In-Reply-To: <69a26a2a-feaa-43c0-bed3-0f5c2b569a28@eisentraut.org> Date: Thu, 14 Sep 2023 11:39:20 +0200 Cc: Tom Lane , Michael Paquier , Anthony Roberts , Andrew Dunstan , Mike Holmes , Andres Freund , Thomas Munro , PostgreSQL Hackers , Lina Iyer Content-Transfer-Encoding: quoted-printable Message-Id: References: <00b0804c-3e5d-22b5-c7dd-3efe6d43d78d@dunslane.net> <6d533c8f-9158-33e2-d476-f15bc4e055f1@linaro.org> <219d1120-f383-6e63-1954-b3c0ebefa61c@linaro.org> <80542823-5318-12e9-d306-5bbe35a689b1@linaro.org> <305608.1693457047@sss.pgh.pa.us> <69a26a2a-feaa-43c0-bed3-0f5c2b569a28@eisentraut.org> To: Peter Eisentraut X-Mailer: Apple Mail (2.3696.120.41.1.3) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 13 Sep 2023, at 21:12, Peter Eisentraut = wrote: >=20 > On 31.08.23 06:44, Tom Lane wrote: >> I agree. I'm really uncomfortable with claiming support for >> Windows-on-ARM if we don't have a buildfarm member testing it. >> For other platforms that have a track record of multiple >> hardware support, it might not be a stretch ... but Windows was >> so resolutely Intel-only for so long that "it works on ARM" is >> a proposition that I won't trust without hard evidence. There >> are too many bits of that system that might not have gotten the >> word yet, or at least not gotten sufficient testing. >> My vote for this is we don't commit without a buildfarm member. >=20 > I think we can have a multi-tiered approach, where we can commit = support but consider it experimental until we have buildfarm coverage. If it's experimental it should probably be behind an opt-in flag in autoconf/meson, or be reverted by the time REL_17_STABLE branches unless coverage has materialized by then. -- Daniel Gustafsson