pgsql: Correct handling of NULL arguments in json funcs.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct handling of NULL arguments in json funcs.
Date: 2013-04-15 20:21:50
Message-ID: E1URpuQ-0007mS-5I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-04-16 01:49:43 pgsql: Mark json IO and extraction functions immutable.
Previous Message Tom Lane 2013-04-15 16:49:37 pgsql: Improve GiST index search performance for trigram regex queries.