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

Commitbdf9dd4

Browse files
committed
Fix typcategory labeling of jsonb.
Dunno who had the cute idea of labeling jsonb as typcategory 'C',but it is not a composite type. Label it 'U', since that's whatjson is using.
1 parentd9daff0 commitbdf9dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO201405092
56+
#defineCATALOG_VERSION_NO201405093
5757

5858
#endif

‎src/include/catalog/pg_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ DATA(insert OID = 3735 ( _regconfigPGNSP PGUID -1 f b A f t \054 0 3734 0 arra
607607
DATA(insertOID=3770 (_regdictionaryPGNSPPGUID-1fbAft \054037690array_inarray_outarray_recvarray_send--array_typanalyzeixf0-100_null__null__null_ ));
608608

609609
/* jsonb */
610-
DATA(insertOID=3802 (jsonbPGNSPPGUID-1fbCft \054003807jsonb_injsonb_outjsonb_recvjsonb_send---ixf0-100_null__null__null_ ));
610+
DATA(insertOID=3802 (jsonbPGNSPPGUID-1fbUft \054003807jsonb_injsonb_outjsonb_recvjsonb_send---ixf0-100_null__null__null_ ));
611611
DESCR("Binary JSON");
612612
#defineJSONBOID 3802
613613
DATA(insertOID=3807 (_jsonbPGNSPPGUID-1fbAft \054038020array_inarray_outarray_recvarray_send--array_typanalyzeixf0-100_null__null__null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp