forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6dda099
committed
Allow ICU to use SortSupport on Windows with UTF-8
There is no reason to ever prevent the use of SortSupport on Windowswhen ICU locales are used. We previously avoided SortSupport on Windowswith UTF-8 server encoding and a non C-locale due to restrictions inWindows' libc functionality.This is now considered to be a restriction in one platform's libccollation provider, and not a more general platform restriction.Reported-by: Peter Geoghegan <pg@bowt.ie>1 parent9b31c72 commit6dda099
1 file changed
+16
-12
lines changedLines changed: 16 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1823 | 1823 |
| |
1824 | 1824 |
| |
1825 | 1825 |
| |
1826 |
| - | |
1827 |
| - | |
1828 |
| - | |
1829 |
| - | |
1830 |
| - | |
1831 |
| - | |
1832 | 1826 |
| |
1833 | 1827 |
| |
1834 | 1828 |
| |
| |||
1839 | 1833 |
| |
1840 | 1834 |
| |
1841 | 1835 |
| |
1842 |
| - | |
1843 |
| - | |
1844 |
| - | |
1845 |
| - | |
1846 | 1836 |
| |
1847 | 1837 |
| |
1848 |
| - | |
1849 |
| - | |
1850 | 1838 |
| |
1851 | 1839 |
| |
1852 | 1840 |
| |
| |||
1867 | 1855 |
| |
1868 | 1856 |
| |
1869 | 1857 |
| |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
1870 | 1874 |
| |
1871 | 1875 |
| |
1872 | 1876 |
| |
|
0 commit comments
Comments
(0)