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>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-02-17T19:46:43Z
Lists: pgsql-hackers
Attachments
- v2-0001-Update-Unicode-data-to-Unicode-16.0.0.patch (text/x-patch) patch v2-0001
- v2-0002-Add-pg_upgrade-check-for-Unicode-dependent-relati.patch (text/x-patch) patch v2-0002
On Fri, 2025-02-14 at 09:02 +0100, Peter Eisentraut wrote: > This all looks quite reasonable to me. The code could obviously use > a > bit closer inspection, but the way you've structured it looked quite > okay to me. Attached a version that rebases both patches. In my patch, I added a report_status(). Note that the Unicode update has a few test diffs for NORMALIZE(), please check to see if the tests themselves need an update. 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