Fix typcategory labeling of jsonb.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bdf9dd4db78a5f23e863f2d4d8500969dc261fd0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-05-09T13:25:58Z
Releases: 9.4.0
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

PathChange+/−
src/include/catalog/catversion.h modified +1 −1
src/include/catalog/pg_type.h modified +1 −1