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 1sRuBT-001vu7-W0 for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Jul 2024 13:50:07 +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 1sRuBS-00ERJx-I0 for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Jul 2024 13:50:06 +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 1sRuBS-00ERJO-7x for pgsql-hackers@lists.postgresql.org; Thu, 11 Jul 2024 13:50:06 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sRuBP-001XjB-FM; Thu, 11 Jul 2024 13:50:04 +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 46BDo0OB2072194; Thu, 11 Jul 2024 09:50:00 -0400 From: Tom Lane To: Tatsuo Ishii cc: byavuz81@gmail.com, pgsql-hackers@postgresql.org, Andrew Dunstan Subject: Re: CFbot failed on Windows platform In-reply-to: <20240711.183433.216269365772725474.ishii@postgresql.org> References: <20240711.170720.1296086192573312138.ishii@postgresql.org> <20240711.183433.216269365772725474.ishii@postgresql.org> Comments: In-reply-to Tatsuo Ishii message dated "Thu, 11 Jul 2024 18:34:33 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2072192.1720705800.1@sss.pgh.pa.us> Date: Thu, 11 Jul 2024 09:50:00 -0400 Message-ID: <2072193.1720705800@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Tatsuo Ishii writes: >> I think It is related to the '628c1d1f2c' commit. This commit changed >> the output of the regress test in Windows. > Yeah, it seems that explains. I see few buildfarm window animals > complain too. I think that the contents of src/test/regress/expected/collate.windows.win1252.out are actually wrong, and we'd not noticed because it was only checked with diff -w. psql does put an extra trailing space in some lines of table output, but that space isn't there in collate.windows.win1252.out. regards, tom lane