forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd4f5cf5
committed
Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo.
Nearly all Paths have parents, but a ResultPath representing an empty FROMclause does not. Avoid a core dump in such cases. I believe this is onlya hazard for debugging usage, not for production, else we'd have heardabout it before. Nonetheless, back-patch to 9.1 where the troublesome codewas introduced. Noted while poking at bug #11703.1 parent9a540c1 commitd4f5cf5
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1473 | 1473 |
| |
1474 | 1474 |
| |
1475 | 1475 |
| |
1476 |
| - | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
1477 | 1480 |
| |
1478 | 1481 |
| |
1479 | 1482 |
| |
|
0 commit comments
Comments
(0)