diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-17 19:57:48 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-17 19:57:48 +0000 |
| commit | 52aa7203209243afeeb26b21db924167a294fd0c (patch) | |
| tree | 243a68840c4d6a49e814b56c29ee9574a630d567 /src/include/parser/parse_coerce.h | |
| parent | 8a35ac24f84738a90c9ab3f5bb7af9f49675fb47 (diff) | |
Add separate type category for bit string types, allowing mixed bit/varbit
function calls to work.
Diffstat (limited to 'src/include/parser/parse_coerce.h')
| -rw-r--r-- | src/include/parser/parse_coerce.h | 3 |
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, |
