Re: [HACKERS] PATCH: recursive json_populate_record() - Mailing list pgsql-hackers

From Nikita Glukhov
Subject Re: [HACKERS] PATCH: recursive json_populate_record()
Date
Msg-id 6de6789d-d5b5-e3b3-526c-c9faddede687@postgrespro.ru
Whole thread Raw
In response to Re: [HACKERS] PATCH: recursive json_populate_record()  (David Steele <david@pgmasters.net>)
List pgsql-hackers
On 22.03.2017 00:26, David Steele wrote:

> On 3/21/17 2:31 PM, Andrew Dunstan wrote:
>> On 03/21/2017 01:37 PM, David Steele wrote:
> >>
>>> This thread has been idle for months since Tom's review.
>>>
>>> The submission has been marked "Returned with Feedback". Please feel
>>> free to resubmit to a future commitfest.
>>
>> Please revive. I am planning to look at this later this week.
>
> Revived in "Waiting on Author" state.
>

Here is updated v05 version of this patch:
   * rebased to the latest master
   * one patch is completely removed because it is unnecessary now
   * added some macros for JsValue fields access
   * added new JsObject structure for passing json/jsonb objects
   * refactoring patch is not yet simplified (not broken into a 
step-by-step sequence)

Also I must notice that json branch of this code is not as optimal as it 
might be:
there could be repetitive parsing passes for nested json objects/arrays
instead of a single parsing pass.

-- 
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Logical decoding on standby
Next
From: Stephen Frost
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output