pgsql: Correctly handle NULLs in JSON output. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Correctly handle NULLs in JSON output.
Date
Msg-id E1S0n20-0004ct-RD@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stamp 9.0.7.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix the general case of quantified regex back-references.