Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f39c927114941cd1f245ef77df7776b0583057b0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-02-02T16:39:50Z
Releases: 9.5.1
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.

Files

PathChange+/−
src/include/catalog/pg_proc.h modified +2 −2