pgsql: json_build_object and json_build_array are stable, not immutable

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: json_build_object and json_build_array are stable, not immutable
Дата
Msg-id E1X77Y8-0000M2-HO@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: json_build_object and json_build_array are stable, not immutable
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Put new options in right order on reference pages