pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re
Date
Msg-id E1aQdzr-0002Hx-1R@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a4627e8fd479ff74fffdd49ad07636b79751be45

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re
Next
From: Tom Lane
Date:
Subject: pgsql: Remove unnecessary "implementation of FOO operator" DESCR() entr