]> granicus.if.org Git - postgresql/commit
Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Oct 2014 02:33:14 +0000 (22:33 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Oct 2014 02:33:14 +0000 (22:33 -0400)
commit96139cfbbc1581d6f17b601b37ce9dda88d36322
tree2b20b96eb17793f65bc42a5714caa4cd312a2b88
parent0c9391e529c47716274a02e799b587ad108004f7
Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo.

Nearly all Paths have parents, but a ResultPath representing an empty FROM
clause does not.  Avoid a core dump in such cases.  I believe this is only
a hazard for debugging usage, not for production, else we'd have heard
about it before.  Nonetheless, back-patch to 9.1 where the troublesome code
was introduced.  Noted while poking at bug #11703.
src/backend/nodes/outfuncs.c