pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re
Date: 2016-02-02 16:40:07
Message-ID: E1aQdzr-0002Hz-1W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_5_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-02 16:52:36 pgsql: Remove unnecessary "implementation of FOO operator" DESCR() entr
Previous Message Magnus Hagander 2016-02-02 12:50:41 pgsql: Fix typo in comment