Re: Speed up ICU case conversion by using ucasemap_utf8To*()

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Andreas Karlsson <andreas(at)proxel(dot)se>, Alexander Lakhin <exclusion(at)gmail(dot)com>, zengman <zengman(at)halodbtech(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Speed up ICU case conversion by using ucasemap_utf8To*()
Date: 2026-04-14 21:49:34
Message-ID: 270d1469493c9d163d8e92f7c59e5cf4850a8740.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2026-04-14 at 02:28 +0200, Andreas Karlsson wrote:
> On 4/14/26 02:20, Andreas Karlsson wrote:
> > If we do that shouldn't we also do the same in the other callsites
> > in
> > initdb.c uloc_getLanguage()? Maybe something like the attached.
> > Also I
> > wonder if maybe other ICU functions have the same risk.

Committed, thank you.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2026-04-14 22:41:28 Re: [PATCH] Miscellaneous little fixes
Previous Message Michael Paquier 2026-04-14 21:28:52 Re: [PATCH] Miscellaneous little fixes