Thread: pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.

pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.

From
Heikki Linnakangas
Date:
Remove remnants of a JENTRY_ISFIRST flag bit.

I removed the flag earlier, but missed a few references in jsonb.h.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c07693f0c7cde7d269025fe714a124223a189e71

Modified Files
--------------
src/include/utils/jsonb.h |   10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)


Re: pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.

From
Tom Lane
Date:
Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
> Remove remnants of a JENTRY_ISFIRST flag bit.
> I removed the flag earlier, but missed a few references in jsonb.h.

Please back-patch that into 9.4 too.  HEAD and 9.4 should not yet
be diverging so far as the JSONB code is concerned ...

            regards, tom lane


Re: pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.

From
Heikki Linnakangas
Date:
On 08/15/2014 05:04 PM, Tom Lane wrote:
> Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
>> Remove remnants of a JENTRY_ISFIRST flag bit.
>> I removed the flag earlier, but missed a few references in jsonb.h.
>
> Please back-patch that into 9.4 too.  HEAD and 9.4 should not yet
> be diverging so far as the JSONB code is concerned ...

Sorry, forgot we have a REL9_4_STABLE branch now. Backpatched.

- Heikki