- Notifications
You must be signed in to change notification settings - Fork5
Commit003788e
committed
Make _outPathInfo print the relid set of the path's parent rel.
We can't actually print the parent RelOptInfo in toto, because that wouldlead to infinite recursion. But it's safe enough to reach into the parentand print its identifying relids, and that makes it a whole lot easierto figure out what a Path represents. Should have done this years ago.1 parent7e8c25c commit003788e
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1352 | 1352 |
| |
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 |
| - | |
| 1355 | + | |
| 1356 | + | |
1356 | 1357 |
| |
1357 | 1358 |
| |
1358 | 1359 |
| |
1359 | 1360 |
| |
1360 | 1361 |
| |
| 1362 | + | |
| 1363 | + | |
1361 | 1364 |
| |
1362 | 1365 |
| |
1363 | 1366 |
| |
|
0 commit comments
Comments
(0)