fix for PL/PgSQL segfault

Поиск
Список
Период
Сортировка
От Neil Conway
Тема fix for PL/PgSQL segfault
Дата
Msg-id 1042484628.386.18.camel@tokyo
обсуждение исходный текст
Ответы Re: fix for PL/PgSQL segfault  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
This patch fixes a segfault in the support for set-returning functions
PL/PgSQL that occurs when an undefined RECORD variable is returned with
RETURN NEXT. The fix is the one suggested by Tom on -hackers: a row of
NULL values is returned.

I've added a regression test for this behavior.

After the appropriate review, IMHO this patch should be applied to both
HEAD and REL_7_3_STABLE branches.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: targetlist functions part 1 (was [HACKERS] targetlist
Следующее
От: Joe Conway
Дата:
Сообщение: Re: targetlist functions part 1 (was [HACKERS] targetlist