1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00
Files
postgres/src/backend
Tom Lane 5ba062ee44 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.
2014-10-17 22:33:52 -04:00
..
2014-10-12 01:06:35 -04:00
2014-07-10 15:01:43 -04:00
2014-05-06 12:12:18 -04:00
2014-10-12 01:06:35 -04:00
2014-10-05 23:23:50 -04:00
2014-09-22 20:50:17 -04:00
2014-05-06 12:12:18 -04:00