forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb34155
committed
OK I found it,
I search in the planner for the '\xFF' appending.Finally I found in MakeIndexable() in gram.yAttach a patch which removes the "<=" test in USE_LOCALE,might make some queries a bit slower for us "locale-heads",BUT correct result is more important. regards,-------------------Göran Thyni1 parent2163d9e commiteb34155
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
5257 | 5257 |
| |
5258 | 5258 |
| |
5259 | 5259 |
| |
| 5260 | + | |
| 5261 | + | |
| 5262 | + | |
| 5263 | + | |
| 5264 | + | |
5260 | 5265 |
| |
5261 | 5266 |
| |
5262 | 5267 |
| |
5263 | 5268 |
| |
5264 | 5269 |
| |
| 5270 | + | |
5265 | 5271 |
| |
5266 | 5272 |
| |
5267 | 5273 |
| |
| |||
5304 | 5310 |
| |
5305 | 5311 |
| |
5306 | 5312 |
| |
| 5313 | + | |
| 5314 | + | |
| 5315 | + | |
| 5316 | + | |
| 5317 | + | |
5307 | 5318 |
| |
5308 | 5319 |
| |
5309 | 5320 |
| |
5310 | 5321 |
| |
5311 | 5322 |
| |
| 5323 | + | |
5312 | 5324 |
| |
5313 | 5325 |
| |
5314 | 5326 |
| |
|
0 commit comments
Comments
(0)