more Unicode data updates - Mailing list pgsql-hackers

From Peter Eisentraut
Subject more Unicode data updates
Date
Msg-id 77f69366-ca31-6437-079f-47fce69bae1b@2ndquadrant.com
Whole thread Raw
Responses Re: more Unicode data updates
Re: more Unicode data updates
List pgsql-hackers
src/include/common/unicode_norm_table.h also should be updated to the
latest Unicode tables, as described in src/common/unicode.  See attached
patches.  This also passes the tests described in
src/common/unicode/README.  (That is, the old code does not pass the
current Unicode test file, but the updated code does pass it.)

I also checked contrib/unaccent/ but it seems up to date.

It seems to me that we ought to make this part of the standard major
release preparations.  There is a new Unicode standard approximately
once a year; see <https://unicode.org/Public/>.  (The 13.0.0 listed
there is not released yet.)

It would also be nice to unify and automate all these "update to latest
Unicode" steps.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Race conditions with TAP test for syncrep
Next
From: Daniel Gustafsson
Date:
Subject: Re: pg_upgrade: Improve invalid option handling