]> 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:32:31 +0000 (14:32 -0400)
commit05011b6da5d0318710c272bfe23b84d8adc61332
tree0e88a1faf8973ff876839fdf8e2f179fc43d3f05
parente45229bb66f52518cb07c38fe3d262502cd2d0c9
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