forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8791627
committed
Fix the create_index regression test for Danish collation.
In Danish collations, there are letter combinations which sorthigher than 'Z'. A test for values > 'WA' was picking up rowswhere the value started with 'AA', causing the test to fail.Backpatch to 9.2, where the failing test was added.Per report from Svenne Krap and analysis by Jeff Janes1 parent073d7cb commit8791627
File tree
2 files changed
+8
-8
lines changed- src/test/regress
- expected
- sql
2 files changed
+8
-8
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2659 | 2659 |
| |
2660 | 2660 |
| |
2661 | 2661 |
| |
2662 |
| - | |
2663 |
| - | |
2664 |
| - | |
| 2662 | + | |
| 2663 | + | |
| 2664 | + | |
2665 | 2665 |
| |
2666 | 2666 |
| |
2667 |
| - | |
| 2667 | + | |
2668 | 2668 |
| |
2669 |
| - | |
| 2669 | + | |
2670 | 2670 |
| |
2671 | 2671 |
| |
2672 | 2672 |
| |
2673 |
| - | |
| 2673 | + | |
2674 | 2674 |
| |
2675 | 2675 |
| |
2676 | 2676 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
885 | 885 |
| |
886 | 886 |
| |
887 | 887 |
| |
888 |
| - | |
| 888 | + | |
889 | 889 |
| |
890 |
| - | |
| 890 | + | |
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
|
0 commit comments
Comments
(0)