pgsql: Fix typcategory labeling of jsonb.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typcategory labeling of jsonb.
Date: 2014-05-09 13:26:28
Message-ID: E1Wikom-0007An-1R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-09 13:44:18 pgsql: Teach add_json() that jsonb is of TYPCATEGORY_JSON.
Previous Message Heikki Linnakangas 2014-05-09 12:57:30 pgsql: More jsonb cleanup.