- Notifications
You must be signed in to change notification settings - Fork5
Commitc59d8dd
committed
Improve pull_up_subqueries logic so that it doesn't insert unnecessary
PlaceHolderVar nodes in join quals appearing in or below the lowestouter join that could null the subquery being pulled up. This improvesthe planner's ability to recognize constant join quals, and probablyhelps with detection of common sort keys (equivalence classes) as well.1 parent636edd5 commitc59d8dd
File tree
3 files changed
+148
-71
lines changed- src
- backend/optimizer
- plan
- prep
- include/optimizer
3 files changed
+148
-71
lines changedLines changed: 2 additions & 2 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 |
| |
| |||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
327 |
| - | |
| 327 | + | |
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
|
0 commit comments
Comments
(0)