]> granicus.if.org Git - postgresql/commit
Fix typcategory labeling of jsonb.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 May 2014 13:25:58 +0000 (09:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 May 2014 13:25:58 +0000 (09:25 -0400)
commitbdf9dd4db78a5f23e863f2d4d8500969dc261fd0
tree49a4f18441d472b5838462158f8c992eb0433726
parentd9daff0e0cb15221789e6c50d9733c8754c054fb
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.
src/include/catalog/catversion.h
src/include/catalog/pg_type.h