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

From Alvaro Herrera
Subject Re: jsonb array-style subscription
Date
Msg-id 20160119201449.GA245217@alvherre.pgsql
Whole thread Raw
In response to jsonb array-style subscription  (Dmitry Dolgov <9erthalion6@gmail.com>)
Responses Re: jsonb array-style subscription  (Dmitry Dolgov <9erthalion6@gmail.com>)
Re: jsonb array-style subscription  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
List pgsql-hackers
Dmitry Dolgov 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?

Has this patch been proposed in some commitfest previously?  One of the
less-commonly-invoked rules of commitfests is that you can't add patches
that are too invasive to the last one -- so your last chance for 9.6 was
2016-01.  This is harsh to patch submitters, but it helps keep the size
of the last commitfest down to a reasonable level; otherwise we are
never able to finish it.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [BUGS] about test_parser installation failure problem(PostgreSQL in 9.5.0)?
Next
From: Alvaro Herrera
Date:
Subject: Re: PATCH: Extending the HyperLogLog API a bit