]> granicus.if.org Git - postgresql/commit
json_build_object and json_build_array are stable, not immutable.
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 15 Jul 2014 18:24:47 +0000 (14:24 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 15 Jul 2014 18:24:47 +0000 (14:24 -0400)
commit0f43a55331c5697caa2054189ad8d1e717ccb192
tree11630f6d2e67f5572357b5ee2c89bb87efbf94d8
parentda6ac4a6683788ed7042a46568f2b040210830f8
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.
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h