forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit262e56b
committed
Teach planstate_tree_walker about custom scans.
This logic was missing from ExplainPreScanNode, from which I derivedplanstate_tree_walker. But it shouldn't be missing, especially notfrom a generic walker function, so add it.KaiGai Kohei1 parentb1d5cc3 commit262e56b
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3428 | 3428 |
| |
3429 | 3429 |
| |
3430 | 3430 |
| |
| 3431 | + | |
3431 | 3432 |
| |
3432 | 3433 |
| |
3433 | 3434 |
| |
| |||
3484 | 3485 |
| |
3485 | 3486 |
| |
3486 | 3487 |
| |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
| 3491 | + | |
| 3492 | + | |
| 3493 | + | |
| 3494 | + | |
3487 | 3495 |
| |
3488 | 3496 |
| |
3489 | 3497 |
| |
|
0 commit comments
Comments
(0)