We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50634c1 commit ea3728eCopy full SHA for ea3728e
src/include/catalog/pg_cast.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 2002, PostgreSQL Global Development Group
9
10
- * $Id: pg_cast.h,v 1.4 2002/09/18 21:35:23 tgl Exp $
+ * $Id: pg_cast.h,v 1.5 2002/10/14 22:12:49 tgl Exp $
11
12
* NOTES
13
* the genbki.sh script reads this file and generates .bki
@@ -234,6 +234,11 @@ DATA(insert ( 869 650 0 i ));
234
*/
235
DATA(insert ( 1560 1562 0 i ));
236
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 ));
242
243
/*
244
* Cross-category casts to and from TEXT
0 commit comments