- Notifications
You must be signed in to change notification settings - Fork5
Commitcff60f2
committed
Avoid creating PlaceHolderVars immediately within PlaceHolderVars.
Such a construction is useless since the lower PlaceHolderVar is alreadynullable; no need to make it more so. Noted while pursuing bug #6154.This is just a minor planner efficiency improvement, since the final planwill come out the same anyway after PHVs are flattened. So not worth therisk of back-patching.1 parentf4a9da0 commitcff60f2
1 file changed
+16
-4
lines changedLines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1411 | 1411 |
| |
1412 | 1412 |
| |
1413 | 1413 |
| |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
1414 | 1420 |
| |
1415 | 1421 |
| |
1416 | 1422 |
| |
| |||
1420 | 1426 |
| |
1421 | 1427 |
| |
1422 | 1428 |
| |
1423 |
| - | |
1424 |
| - | |
1425 |
| - | |
1426 |
| - | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
1427 | 1439 |
| |
1428 | 1440 |
| |
1429 | 1441 |
| |
|
0 commit comments
Comments
(0)