Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ea3728e

Browse files
committed
Add missing entries for bit<->int4 and bit<->int8 conversions.
1 parent 50634c1 commit ea3728e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/include/catalog/pg_cast.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 2002, PostgreSQL Global Development Group
99
*
10-
* $Id: pg_cast.h,v 1.4 2002/09/18 21:35:23 tgl Exp $
10+
* $Id: pg_cast.h,v 1.5 2002/10/14 22:12:49 tgl Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -234,6 +234,11 @@ DATA(insert ( 869 650 0 i ));
234234
*/
235235
DATA(insert ( 1560 1562 0 i ));
236236
DATA(insert ( 1562 1560 0 i ));
237+
/* Cross-category casts between bit and int4, int8 */
238+
DATA(insert ( 20 1560 2075 e ));
239+
DATA(insert ( 23 1560 1683 e ));
240+
DATA(insert ( 1560 20 2076 e ));
241+
DATA(insert ( 1560 23 1684 e ));
237242

238243
/*
239244
* Cross-category casts to and from TEXT

0 commit comments

Comments
 (0)