Re: jsonb generator functions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb generator functions
Date: 2014-10-13 15:22:47
Message-ID: 543BEE47.2050800@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 10/13/2014 09:37 AM, Andrew Dunstan wrote:
>
> On 09/26/2014 04:54 PM, Andrew Dunstan wrote:
>>
>> Here is a patch for the generator and aggregate functions for jsonb
>> that we didn't manage to get done in time for 9.4. They are all
>> equivalents of the similarly names json functions. Included are
>>
>> to_jsonb
>> jsonb_build_object
>> jsonb_build_array
>> jsonb_object
>> jsonb_agg
>> jsonb_object_agg
>>
>>
>> Still to come: documentation.
>>
>> Adding to the next commitfest.
>
>
> Revised patch to fix compiler warnings.
>

And again, initializing an incompletely initialized variable, as found
by Pavel Stehule.

cheers

andrew

Attachment Content-Type Size
jsonbmissingfuncs4.patch text/x-patch 58.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2014-10-13 15:26:22 Re: bad estimation together with large work_mem generates terrible slow hash joins
Previous Message Eric Ridge 2014-10-13 15:21:49 pg_get_indexdef() doesn't quote string reloptions