Re: BUG #15514: process fails on jsonb_populate_recordset query. see simple example below

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #15514: process fails on jsonb_populate_recordset query. see simple example below
Дата
Msg-id 87sgzvrvyg.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #15514: process fails on jsonb_populate_recordset query. seesimple example below  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: BUG #15514: process fails on jsonb_populate_recordset query. see simple example below  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
>>>>> "Haribabu" == Haribabu Kommi <kommi.haribabu@gmail.com> writes:

 Haribabu> when the data is NULL, there is no data to populate and the
 Haribabu> tupleDesc is not updated. Accessing of NULL pointer leads to
 Haribabu> crash. Attached quick simple patch fixes the problem.

Yes, that's an oversight in 4984784f836 (from Tom) which fixed a
_different_ crash here.

Tom: I can take this one if you want?

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: ALTER INDEX ... ALTER COLUMN not present in dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15514: process fails on jsonb_populate_recordset query. see simple example below