pgsql: json_build_object and json_build_array are stable, not immutable

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: json_build_object and json_build_array are stable, not immutable
Date: 2014-07-15 18:34:00
Message-ID: E1X77Y8-0000M2-HO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-07-15 19:13:40 pgsql: pg_upgrade: Fix spacing in help output
Previous Message Andrew Dunstan 2014-07-15 18:33:18 pgsql: json_build_object and json_build_array are stable, not immutable