Re: jsonb array-style subscription - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: jsonb array-style subscription
Date
Msg-id CAB7nPqRv5yL=QhTXQ6XrfJnpYa17w2wBTjsxtT98u=UbpHs8jg@mail.gmail.com
Whole thread Raw
In response to jsonb array-style subscription  (Dmitry Dolgov <9erthalion6@gmail.com>)
List pgsql-hackers
On Mon, Jan 18, 2016 at 9:32 PM, Dmitry Dolgov <9erthalion6@gmail.com> wrote:
> I've cleaned up the code, created a separate JsonbRef node (and there are a
> lot of small changes because of that), abandoned an idea of "deep nesting"
> of assignments (because it doesn't relate to jsonb subscription, is more
> about the
> "jsonb_set" function, and anyway it's not a good idea). It looks fine for
> me, and I need a little guidance - is it ok to propose this feature for
> commitfest 2016-03 for a review?

That's what the CF is for. If you are confident enough, I think that
you should register it, elsewhise the fate of this patch will be
likely to fall in oblivion.
-- 
Michael



pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan
Next
From: Michael Paquier
Date:
Subject: Re: COPY (... tab completion