You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4529,6 +4529,8 @@ DATA(insert OID = 3421 ( jsonbc_get_id_by_name PGNSP PGUID 12 1 0 0 0 f f f
4529
4529
DESCR("get name id from jsonbc dictionary");
4530
4530
DATA(insert OID = 3998 ( jsonbc_get_name_by_id PGNSP PGUID 12 1 0 0 0 f f f f t f i s 2 0 25 "26 23" _null_ _null_ _null_ _null_ _null_ jsonbc_get_name_by_id _null_ _null_ _null_ ));
4531
4531
DESCR("get name id from jsonbc dictionary");
4532
+
DATA(insert OID = 4001 ( jsonbc_get_dict_id PGNSP PGUID 12 1 0 0 0 f f f f t f i s 1 0 26 "114" _null_ _null_ _null_ _null_ _null_ jsonbc_get_dict_id _null_ _null_ _null_ ));
4533
+
DESCR("get jsonbc dictionary id from a json object");
4532
4534
4533
4535
/* uuid */
4534
4536
DATA(insert OID = 2952 ( uuid_in PGNSP PGUID 12 1 0 0 0 f f f f t f i s 1 0 2950 "2275" _null_ _null_ _null_ _null_ _null_ uuid_in _null_ _null_ _null_ ));
0 commit comments