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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: b(dot)yordanov2(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13514: PostgreSQL backend process crashes on jsonb_object_agg()
Date: 2015-07-24 14:08:13
Message-ID: 55B246CD.2020206@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On 07/23/2015 02:16 PM, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message boyko yordanov 2015-07-24 14:32:52 Re: BUG #13514: PostgreSQL backend process crashes on jsonb_object_agg()
Previous Message Andrew Gierth 2015-07-24 11:36:21 Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together