pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.

Started by Heikki Linnakangasalmost 12 years ago3 messagescomitters
Jump to latest
#1Heikki Linnakangas
heikki.linnakangas@enterprisedb.com

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(-)

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Heikki Linnakangas (#1)
Re: pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.

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

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

#3Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Tom Lane (#2)
Re: pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.

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

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