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 E1X77XS-0000Ld-SU@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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/05011b6da5d0318710c272bfe23b84d8adc61332

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: Alvaro Herrera
Date:
Subject: pgsql: Add missing doc changes for ee80f043bc9b
Next
From: Andrew Dunstan
Date:
Subject: pgsql: json_build_object and json_build_array are stable, not immutable