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 0f5c1b2 commit 7852a35Copy full SHA for 7852a35
src/backend/parser/parse_expr.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.86 2000/10/07 00:58:17 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.87 2000/11/16 17:27:10 petere Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -838,6 +838,7 @@ parser_typecast_constant(Value *expr, TypeName *typename)
838
break;
839
case T_Float:
840
case T_String:
841
+ case T_BitString:
842
const_string = expr->val.str;
843
844
case T_Null:
0 commit comments