pgsql: Use correct length to convert json unicode escapes.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use correct length to convert json unicode escapes.
Date: 2013-05-01 22:49:18
Message-ID: E1UXfpu-0000cX-3u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct length to convert json unicode escapes.

Bug reported on IRC - fix due to Andrew Gierth.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5f8b4319b94476de715ffef9183227ac6f4925c0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-05-01 23:23:33 Re: [COMMITTERS] pgsql: Make fast promotion the default promotion mode.
Previous Message Tom Lane 2013-05-01 22:27:15 pgsql: Fix permission tests for views/tables proven empty by constraint