Обсуждение: pgsql: json_build_object and json_build_array are stable, not immutable

Поиск
Список
Период
Сортировка

pgsql: json_build_object and json_build_array are stable, not immutable

От
Andrew Dunstan
Дата:
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(-)