pgsql: Correctly handle NULLs in JSON output.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correctly handle NULLs in JSON output.
Date: 2012-02-24 04:45:20
Message-ID: E1S0n20-0004ct-RD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correctly handle NULLs in JSON output.

Error reported by David Wheeler.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-02-24 06:41:24 pgsql: Fix the general case of quantified regex back-references.
Previous Message Tom Lane 2012-02-23 23:04:47 pgsql: Convert newlines to spaces in names written in pg_dump comments.