forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit97ddfc9
committed
Ensure that EquivalenceClasses generated from ORDER BY keys contain proper
RelabelType nodes when the sort key is binary-compatible with the sortoperator rather than having exactly its input type. We did this correctlyfor index columns but not sort keys, leading to failure to notice thata varchar index matches an ORDER BY request. This requires a bit more workin make_sort_from_pathkeys, but not anyplace else that I can find.Per bug report and subsequent discussion.1 parent65bd783 commit97ddfc9
2 files changed
+44
-23
lines changedLines changed: 25 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
280 | 304 |
| |
281 | 305 |
| |
282 | 306 |
| |
| |||
495 | 519 |
| |
496 | 520 |
| |
497 | 521 |
| |
498 |
| - | |
499 |
| - | |
500 |
| - | |
501 |
| - | |
502 |
| - | |
503 |
| - | |
504 |
| - | |
505 |
| - | |
506 |
| - | |
507 |
| - | |
508 |
| - | |
509 |
| - | |
510 |
| - | |
511 |
| - | |
512 |
| - | |
513 |
| - | |
514 |
| - | |
515 |
| - | |
516 |
| - | |
517 |
| - | |
518 |
| - | |
519 | 522 |
| |
520 | 523 |
| |
521 | 524 |
| |
|
Lines changed: 19 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 |
| |
| |||
2756 | 2756 |
| |
2757 | 2757 |
| |
2758 | 2758 |
| |
| 2759 | + | |
2759 | 2760 |
| |
2760 | 2761 |
| |
2761 | 2762 |
| |
2762 | 2763 |
| |
2763 | 2764 |
| |
2764 | 2765 |
| |
| 2766 | + | |
| 2767 | + | |
| 2768 | + | |
| 2769 | + | |
| 2770 | + | |
| 2771 | + | |
| 2772 | + | |
| 2773 | + | |
| 2774 | + | |
| 2775 | + | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
| 2780 | + | |
| 2781 | + | |
| 2782 | + | |
2765 | 2783 |
| |
2766 | 2784 |
| |
2767 | 2785 |
| |
|
0 commit comments
Comments
(0)