Thread: pgsql: Fix off by one error in JSON extract path code.

pgsql: Fix off by one error in JSON extract path code.

From
Andrew Dunstan
Date:
Fix off by one error in JSON extract path code.

Bug report by David Wheeler, diagnosis assistance from Tom Lane.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c |    8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)