Thread: pgsql: Fix typcategory labeling of jsonb.

pgsql: Fix typcategory labeling of jsonb.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bdf9dd4db78a5f23e863f2d4d8500969dc261fd0

Modified Files
--------------
src/include/catalog/catversion.h |    2 +-
src/include/catalog/pg_type.h    |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)