pgsql: Remove remnants of a JENTRY_ISFIRST flag bit.
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
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
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