Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95a2cca

Browse files
committed
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 #13905from Petru Florin Mihancea.No catversion bump --- we can't force one in the back branches, and thisisn't very critical anyway.
1 parente76281e commit95a2cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4610,9 +4610,9 @@ DESCR("get record fields from a jsonb object");
46104610
DATA(insertOID=3475 (jsonb_populate_recordsetPGNSPPGUID12110000fffffts202283"2283 3802"_null__null__null__null_jsonb_populate_recordset_null__null__null_ ));
46114611
DESCR("get set of records with fields from a jsonb array of objects");
46124612
DATA(insertOID=3490 (jsonb_to_recordPGNSPPGUID121000fffftfs102249"3802"_null__null__null__null_jsonb_to_record_null__null__null_ ));
4613-
DESCR("get record fields from ajson object");
4613+
DESCR("get record fields from ajsonb object");
46144614
DATA(insertOID=3491 (jsonb_to_recordsetPGNSPPGUID12110000fffffts102249"3802"_null__null__null__null_jsonb_to_recordset_null__null__null_ ));
4615-
DESCR("get set of records with fields from ajson array of objects");
4615+
DESCR("get set of records with fields from ajsonb array of objects");
46164616
DATA(insertOID=3210 (jsonb_typeofPGNSPPGUID121000fffftfi1025"3802"_null__null__null__null_jsonb_typeof_null__null__null_ ));
46174617
DESCR("get the type of a jsonb value");
46184618
DATA(insertOID=4038 (jsonb_nePGNSPPGUID121000fffftfi2016"3802 3802"_null__null__null__null_jsonb_ne_null__null__null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp