pgsql: json_build_object and json_build_array are stable, not immutable - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: json_build_object and json_build_array are stable, not immutable
Date
Msg-id E1X77Y8-0000M2-HO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
json_build_object and json_build_array are stable, not immutable.

These functions indirectly invoke output functions, so they can't be
immutable.

Backpatch to 9.4 where they were introduced.

Catalog version bumped.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0f43a55331c5697caa2054189ad8d1e717ccb192

Modified Files
--------------
src/include/catalog/catversion.h |    2 +-
src/include/catalog/pg_proc.h    |    8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: json_build_object and json_build_array are stable, not immutable
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Put new options in right order on reference pages