Fix typcategory labeling of jsonb.
Tom Lane <tgl@sss.pgh.pa.us>
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 what json is using.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_type.h | modified | +1 −1 |