Re: Unicode normalization SQL functions
Andreas Karlsson <andreas@proxel.se>
From: Andreas Karlsson <andreas@proxel.se>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Daniel Verite <daniel@manitou-mail.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-03-19T17:01:12Z
Lists: pgsql-hackers
On 3/19/20 3:41 PM, Peter Eisentraut wrote: > What is that status of this patch set? I think we have nailed down the > behavior, but there were some concerns about certain performance > characteristics. Do people feel that those are required to be addressed > in this cycle? Personally I would rather see it merged if the code is correct (which it seems like it is from what I can tell) as the performance seems to be good enough for it to be useful. Unicode normalization is a feature which I have wished and at least for my use cases the current implementation is more than fast enough. Andreas
Commits
-
Add SQL functions for Unicode normalization
- 2991ac5fc9b3 13.0 landed
-
Add support for other normal forms to Unicode normalization API
- d40d564c5a92 13.0 landed