summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_coerce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parse_coerce.h')
-rw-r--r--src/include/parser/parse_coerce.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h
index 7dd95f5b47c..eb35cdec7ad 100644
--- a/src/include/parser/parse_coerce.h
+++ b/src/include/parser/parse_coerce.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_coerce.h,v 1.24 2000/10/05 19:11:38 tgl Exp $
+ * $Id: parse_coerce.h,v 1.25 2000/11/17 19:57:48 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,6 +23,7 @@ typedef enum CATEGORY
UNKNOWN_TYPE,
BOOLEAN_TYPE,
STRING_TYPE,
+ BITSTRING_TYPE,
NUMERIC_TYPE,
DATETIME_TYPE,
TIMESPAN_TYPE,