pgsql: json_typeof function. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: json_typeof function.
Date
Msg-id E1VUJ1w-000432-RW@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix incorrect use of shm_unlink where unlink should be used.
Next
From: Kevin Grittner
Date:
Subject: pgsql: Fix bug in record_image_ops on big endian machines.