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 1prK9g-0003w1-EG for pgsql-hackers@arkaria.postgresql.org; Tue, 25 Apr 2023 15:00:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1prK9e-0002Hq-AS for pgsql-hackers@arkaria.postgresql.org; Tue, 25 Apr 2023 15:00:30 +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 1prK9e-0002Hh-0q for pgsql-hackers@lists.postgresql.org; Tue, 25 Apr 2023 15:00:30 +0000 Received: from mail.verite.pro ([185.16.44.216]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1prK9X-0050Sm-8a for pgsql-hackers@lists.postgresql.org; Tue, 25 Apr 2023 15:00:29 +0000 Received: by mail.verite.pro (Postfix, from userid 1000) id D90798C026F; Tue, 25 Apr 2023 17:00:20 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-15" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: Order changes in PG16 since ICU introduction From: "Daniel Verite" To: "Jeff Davis" Cc: Tom Lane , Regina Obe , Peter Eisentraut , Sandro Santilli , pgsql-hackers@lists.postgresql.org In-Reply-To: Date: Tue, 25 Apr 2023 17:00:19 +0200 Message-Id: X-Mailer: Manitou v1.7.3 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jeff Davis wrote: > > (I'm not sure whether those operations can get redirected to ICU > > today > > or whether they still always go to libc, but we'll surely want to fix > > it eventually if the latter is still true.) >=20 > Those operations do get redirected to ICU today.=20 FTR the full text search parser still uses the libc functions is[w]space/alpha/digit... that depend on lc_ctype, whether the db collation provider is ICU or not. Best regards, --=20 Daniel V=E9rit=E9 https://postgresql.verite.pro/ Twitter: @DanielVerite