Re: ICU 54 and earlier are too dangerous
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2023-03-17T18:10:13Z
Lists: pgsql-hackers
On Tue, 2023-03-14 at 08:48 -0700, Jeff Davis wrote: > Actually, now that I think about it, we could just search all known > locales using either ucol_getAvailable() or uloc_getAvailable(), and > see if there's a match. Not very clean, but it should catch most > problems. I'll look into whether there's a reasonable way to match or > not. I posted a patch to do this as 0006 in the series here: https://www.postgresql.org/message-id/9afa6dbe0d31053ad265aeba488fde784fd5b7ab.camel@j-davis.com Regards, Jeff Davis
Commits
-
Validate ICU locales.
- 1671f990dd66 16.0 landed