From: Tom Lane Date: Mon, 14 Oct 2002 22:12:49 +0000 (+0000) Subject: Add missing entries for bit<->int4 and bit<->int8 conversions. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=759ee021bfe92b02f25b14c84f288532c1cc1f35;p=users%2Fbernd%2Fpostgres.git Add missing entries for bit<->int4 and bit<->int8 conversions. --- diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index c37554afeb..1435c14594 100644 --- a/src/include/catalog/pg_cast.h +++ b/src/include/catalog/pg_cast.h @@ -234,6 +234,11 @@ DATA(insert ( 869 650 0 i )); */ DATA(insert ( 1560 1562 0 i )); DATA(insert ( 1562 1560 0 i )); +/* Cross-category casts between bit and int4, int8 */ +DATA(insert ( 20 1560 2075 e )); +DATA(insert ( 23 1560 1683 e )); +DATA(insert ( 1560 20 2076 e )); +DATA(insert ( 1560 23 1684 e )); /* * Cross-category casts to and from TEXT