Re: Update Unicode data to Unicode 16.0.0
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Peter Eisentraut <peter@eisentraut.org>, Laurenz Albe <laurenz.albe@cybertec.at>, Joe Conway <mail@joeconway.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-01-22T18:32:43Z
Lists: pgsql-hackers
On Wed, 2025-01-22 at 19:08 +0100, Peter Eisentraut wrote: > But I don't think it would be a compile-time decision. I think it > would > be a run-time selection, similar to the theorized multiple-ICU- > versions > feature. (Those two features might even go together, since a given > ICU > version also sort of assumes a given Unicode version.) I am trying to get there, and the ctype methods patch is a step in that direction, but I don't think we will have full the full multi-library- versions work in v18. A compile-time option does have a chance for v18, and if that satisfies the immediate concerns of packagers, then we can still update Unicode in the default build. Regards, Jeff Davis
Commits
-
pg_upgrade: Fix memory leak in check_for_unicode_update().
- de48056ec7d2 18.0 landed
-
pg_upgrade check for Unicode-dependent relations.
- b81ffa13e356 18.0 landed
-
Update Unicode data to Unicode 16.0.0
- 82a46cca99fa 18.0 landed