diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/utils/datetime.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 980c21eff6a..b0100d40568 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.26 2001/11/05 17:46:36 momjian Exp $ + * $Id: datetime.h,v 1.27 2001/12/29 18:31:48 thomas Exp $ * *------------------------------------------------------------------------- */ @@ -108,6 +108,9 @@ #define AGO 17 #define ABS_BEFORE 18 #define ABS_AFTER 19 +/* generic fields to help with parsing */ +#define DATE 20 +#define TIME 21 /* reserved for unrecognized string values */ #define UNKNOWN_FIELD 31 @@ -163,9 +166,6 @@ #define DTK_TZ_HOUR 34 #define DTK_TZ_MINUTE 35 -#define DTK_ISO_DATE 36 -#define DTK_ISO_TIME 37 - /* * Bit mask definitions for time parsing. |