]> granicus.if.org Git - postgresql/commit
Tweak TypeCategory to treat new BIT types as of STRING category, rather
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Apr 2000 19:29:40 +0000 (19:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Apr 2000 19:29:40 +0000 (19:29 +0000)
commitbb7e5dc2c0d7c8f1ecd383994f66e931fc19fc22
treec1c4065a103138e4944e22bd8817939b49ac38d7
parentb64e76859521526f998ae70229675a67bdac882a
Tweak TypeCategory to treat new BIT types as of STRING category, rather
than not knowing what they are at all.  Perhaps they should have their own
type category?  Hard to say.  In the meantime, doing it this way allows
SELECT 'unknown' || 'unknown' to continue being resolved as textcat,
instead of spitting out an ambiguous-operator error.
src/backend/parser/parse_coerce.c