forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit95e8b44
committed
Make pltcl regression tests safe for Danish locale.
Another peculiarity of Danish locale is that it has an unusual ideaof how to sort upper vs. lower case. One of the pltcl test cases hasan issue with that. Now that COLLATE works in all supported branches,we can just change the test to be locale-independent, and get rid ofthe variant expected file that used to support non-C locales.1 parentfd507d5 commit95e8b44
File tree
3 files changed
+4
-262
lines changed- src/pl/tcl
- expected
- sql
3 files changed
+4
-262
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
Lines changed: 0 additions & 258 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
74 |
| - | |
| 73 | + | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
0 commit comments
Comments
(0)