forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcdcaec5
committed
Avoid reversing user-given order of WHERE clauses while attaching clauses
to specific base or join RelOptInfo nodes during planning. This preservesthe more-intuitive behavior of 7.0.* --- if you write an expensive clause(such as a sub-select) last, it should get evaluated last. Someday weought to try to have some intelligence about the order of evaluation ofWHERE clauses, but for now we should not override what the user wrote.1 parent722f7ef commitcdcaec5
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 |
| - | |
448 |
| - | |
| 447 | + | |
| 448 | + | |
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
552 |
| - | |
553 |
| - | |
| 552 | + | |
| 553 | + | |
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
|
0 commit comments
Comments
(0)