forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e00913
committed
Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings
that are reported as "equal" by wcscoll() are checked to see if they reallyare bitwise equal, and are sorted per strcmp() if not. We made this happena couple of years ago in the regular code path, but it unaccountably gotleft out of the Windows/UTF8 case (probably brain fade on my part at thetime). As in the prior set of changes, affected users may need to reindexindexes on textual columns.Backpatch as far as 8.2, which is the oldest release we are still supportingon Windows.1 parent3e701a0 commit5e00913
1 file changed
+14
-1
lines changedLines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
1006 | 1019 |
| |
1007 | 1020 |
| |
1008 | 1021 |
| |
|
0 commit comments
Comments
(0)