Re: BUG #13514: PostgreSQL backend process crashes on jsonb_object_agg()

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: BUG #13514: PostgreSQL backend process crashes on jsonb_object_agg()
Дата
Msg-id 55B246CD.2020206@dunslane.net
обсуждение исходный текст
Ответ на Re: BUG #13514: PostgreSQL backend process crashes on jsonb_object_agg()  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #13514: PostgreSQL backend process crashes on jsonb_object_agg()  (boyko yordanov <b.yordanov2@gmail.com>)
Список pgsql-bugs
On 07/23/2015 02:16 PM, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> On 07/22/2015 11:14 PM, Tom Lane wrote:
>>> Seems to be failure to handle nulls properly.  The attached patch stops
>>> the crash for me, but I've not checked to see if the results are "right",
>>> nor scouted around to see if there are similar bugs nearby.
>> I think there is possibly a bit more work to do w.r.t. nulls. I will
>> check on it.
> OK, thanks for picking it up.
>
>



Fixed in commits d9a356f and 016f28a

cheers

andrew

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

Предыдущее
От: Nuri Boardman
Дата:
Сообщение: Re: BUG #13516: no binary output function available for type void
Следующее
От: boyko yordanov
Дата:
Сообщение: Re: BUG #13514: PostgreSQL backend process crashes on jsonb_object_agg()