pgsql: json_typeof function.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: json_typeof function.
Date: 2013-10-10 16:24:04
Message-ID: E1VUJ1w-000432-RW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

json_typeof function.

Andrew Tipton.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4d212bac1752e1bad6f3aa6242061c393ae93a0a

Modified Files
--------------
doc/src/sgml/func.sgml | 31 ++++++++++++++++++--
src/backend/utils/adt/json.c | 52 ++++++++++++++++++++++++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 2 ++
src/include/utils/json.h | 2 ++
src/test/regress/expected/json.out | 29 +++++++++++++++++++
src/test/regress/expected/json_1.out | 29 +++++++++++++++++++
src/test/regress/sql/json.sql | 15 ++++++++++
8 files changed, 158 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2013-10-10 16:26:53 pgsql: Fix bug in record_image_ops on big endian machines.
Previous Message Robert Haas 2013-10-10 15:01:59 pgsql: Fix incorrect use of shm_unlink where unlink should be used.