pgsql: Release note compatibility item - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Release note compatibility item
Date
Msg-id E1ZGGen-0001mL-Th@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Release note compatibility item

Note that json and jsonb extraction operators no longer consider a
negative subscript to be invalid.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0beef5af3a4821155251d8d445b9ba1296381645

Modified Files
--------------
doc/src/sgml/release-9.5.sgml |   11 +++++++++++
1 file changed, 11 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Repair mishandling of cached cast-expression trees in plpgsql.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Support JSON negative array subscripts everywhere