-
- Downloads
"...postgres-lambda-diff.git" did not exist on "6fb9d2e347b14445b85d6c97f7d16527d41ccce6"
Allow ICU to use SortSupport on Windows with UTF-8
There is no reason to ever prevent the use of SortSupport on Windows
when ICU locales are used. We previously avoided SortSupport on Windows
with UTF-8 server encoding and a non C-locale due to restrictions in
Windows' libc functionality.
This is now considered to be a restriction in one platform's libc
collation provider, and not a more general platform restriction.
Reported-by:
Peter Geoghegan <pg@bowt.ie>
Loading
Please register or sign in to comment