Re: Update Unicode data to Unicode 16.0.0
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Michael Paquier <michael@paquier.xyz>, Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-02-17T19:39:14Z
Lists: pgsql-hackers
On Mon, 2024-11-18 at 13:58 +0900, Michael Paquier wrote: > Worth noting that unaccent.rules is unchanged after switching to > 16.0.0: > cd contrib/unaccent && make update-unicode What diffs are you seeing? I don't see any diffs to unaccent.rules since Unicode 14.0.0. Aside: it looks like that target is not being run with the meson 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