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 1ppt0M-000340-Sl for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Apr 2023 15:48:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ppt0K-0004xB-70 for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Apr 2023 15:48:56 +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 1ppt0J-0004x0-Tf for pgsql-hackers@lists.postgresql.org; Fri, 21 Apr 2023 15:48:55 +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 1ppt0H-0016SX-1n for pgsql-hackers@lists.postgresql.org; Fri, 21 Apr 2023 15:48:54 +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 33LFmpTC3353948; Fri, 21 Apr 2023 11:48:51 -0400 From: Tom Lane To: "Regina Obe" cc: pgsql-hackers@lists.postgresql.org, Jeff Davis Subject: Re: Order changes in PG16 since ICU introduction In-reply-to: <000b01d97465$c34bbd60$49e33820$@pcorp.us> References: <000b01d97465$c34bbd60$49e33820$@pcorp.us> Comments: In-reply-to "Regina Obe" message dated "Fri, 21 Apr 2023 11:27:19 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3353946.1682092131.1@sss.pgh.pa.us> Date: Fri, 21 Apr 2023 11:48:51 -0400 Message-ID: <3353947.1682092131@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Regina Obe" writes: > A couple of days ago, our PostGIS PG16 bots started failing with order > changes in text. > We have our tests set to locale=c > It seems since April 20th, our tests that rely on sorting characters > changed. > As noted in this ticket: > https://trac.osgeo.org/postgis/ticket/5375 > I'm assuming it's result of icu change: > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=fcb21b3ac > dcb9a60313325618fd7080aa36f1626 > I suspect all our bots are compiling with icu enabled. But I haven't > confirmed. If they actually are using locale C, I would say this is a bug. That should designate memcmp sorting and nothing else. regards, tom lane