diff options
Diffstat (limited to 'src/include/utils/datetime.h')
-rw-r--r-- | src/include/utils/datetime.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index d1dce4e81d3..6e9dfa76d39 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.13 2000/04/14 15:22:22 thomas Exp $ + * $Id: datetime.h,v 1.13.2.1 2000/05/29 19:19:06 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -163,8 +163,8 @@ #define DTK_DATE_M (DTK_M(YEAR) | DTK_M(MONTH) | DTK_M(DAY)) #define DTK_TIME_M (DTK_M(HOUR) | DTK_M(MINUTE) | DTK_M(SECOND)) -#define MAXDATELEN 47 /* maximum possible length of an input - * date string */ +#define MAXDATELEN 51 /* maximum possible length of an input + * date string (not counting tr. null) */ #define MAXDATEFIELDS 25 /* maximum possible number of fields in a * date string */ #define TOKMAXLEN 10 /* only this many chars are stored in |