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 1oSIzM-0007K3-U6 for pgsql-hackers@arkaria.postgresql.org; Sun, 28 Aug 2022 14:10:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oSIzJ-0007Xw-Qu for pgsql-hackers@arkaria.postgresql.org; Sun, 28 Aug 2022 14:10:09 +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 1oSIzJ-0007Xm-I6 for pgsql-hackers@lists.postgresql.org; Sun, 28 Aug 2022 14:10:09 +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 1oSIzD-0000xP-6b for pgsql-hackers@lists.postgresql.org; Sun, 28 Aug 2022 14:10:05 +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 27SE9rmM2655388; Sun, 28 Aug 2022 10:09:54 -0400 From: Tom Lane To: Michael Paquier cc: Andres Freund , Niyas Sait , Thomas Munro , Julien Rouhaud , PostgreSQL Hackers Subject: Re: [PATCH] Add native windows on arm64 support In-reply-to: References: <20220826012907.gjw3jdqdgsts5y65@awork3.anarazel.de> <20220826032943.nwoepbegzwntbmks@awork3.anarazel.de> <20220827192757.akupv6cydlgksd2y@awork3.anarazel.de> Comments: In-reply-to Michael Paquier message dated "Sun, 28 Aug 2022 16:23:08 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2655386.1661695793.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sun, 28 Aug 2022 10:09:53 -0400 Message-ID: <2655387.1661695793@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > True enough. I have applied the patch to re-enable that on HEAD. > Let's now see what happens in the next couple of days. Popcorn is > ready here. Hmm: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Dbowerbird&dt=3D2= 022-08-28%2010%3A30%3A29 Maybe that's just unrelated noise, but it sure looks weird: after passing the core regression tests in "make check", it failed in pg_upgrade's run with diff -w -U3 H:/prog/bf/root/HEAD/pgsql.build/src/test/regress/expected/xml= .out H:/prog/bf/root/HEAD/pgsql.build/src/bin/pg_upgrade/tmp_check/results= /xml.out --- H:/prog/bf/root/HEAD/pgsql.build/src/test/regress/expected/xml.out Wed= May 18 18:30:12 2022 +++ H:/prog/bf/root/HEAD/pgsql.build/src/bin/pg_upgrade/tmp_check/results/= xml.out Sun Aug 28 06:55:14 2022 @@ -1557,7 +1557,7 @@ \\x SELECT * FROM XMLTABLE('*' PASSING 'pre&deeppost' COLUMNS x xml PATH 'node()', y xml PATH '= /'); -[ RECORD 1 ]----------------------------------------------------------- -x | pre&deeppost +x | pre&deeppost y | pre&deeppost+ | = = I don't recall ever seeing a failure quite like this. regards, tom lane