Re: jsonb array-style subscription

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb array-style subscription
Date: 2016-01-19 06:51:02
Message-ID: CAB7nPqRv5yL=QhTXQ6XrfJnpYa17w2wBTjsxtT98u=UbpHs8jg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 18, 2016 at 9:32 PM, Dmitry Dolgov <9erthalion6(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-01-19 06:55:11 Re: COPY (... tab completion
Previous Message Etsuro Fujita 2016-01-19 06:45:07 Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan