pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re
Дата
Msg-id E1aQdzr-0002I0-1Z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().

All the other jsonb function descriptions refer to the arguments as being
"jsonb", but these two said "json".  Make it consistent.  Per bug #13905
from Petru Florin Mihancea.

No catversion bump --- we can't force one in the back branches, and this
isn't very critical anyway.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/95a2cca93088fd9f0bdf71b090d2fe00a355257d

Modified Files
--------------
src/include/catalog/pg_proc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix typo in comment
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re