pgsql: Correct handling of NULL arguments in json funcs. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Correct handling of NULL arguments in json funcs.
Date
Msg-id E1URpuQ-0007mS-5I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct handling of NULL arguments in json funcs.

Per gripe from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/728ec9731fb0b3f2de8ce66a394b71c64930f445

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c |   15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve GiST index search performance for trigram regex queries.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Mark json IO and extraction functions immutable.