pgsql: Avoid core dump in _outPathInfo() for Path without a parent RelO

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid core dump in _outPathInfo() for Path without a parent RelO
Дата
Msg-id E1XfJpw-0006E8-CE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/96139cfbbc1581d6f17b601b37ce9dda88d36322

Modified Files
--------------
src/backend/nodes/outfuncs.c |    5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid core dump in _outPathInfo() for Path without a parent RelO
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid core dump in _outPathInfo() for Path without a parent RelO