Suppress gcc warnings.
authorTom Lane
Thu, 11 Oct 2001 18:06:52 +0000 (18:06 +0000)
committerTom Lane
Thu, 11 Oct 2001 18:06:52 +0000 (18:06 +0000)
src/backend/utils/adt/datetime.c

index 81d57faf74d7ed877a6c576b6e25b4470e15496a..33fa7647ed59ba593e16b38a5d415cdc8ad9134b 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.71 2001/10/10 00:02:42 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.72 2001/10/11 18:06:52 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -294,8 +294,8 @@ static datetkn deltatktbl[] = {
    {"secs", UNITS, DTK_SECOND},
    {DTIMEZONE, UNITS, DTK_TZ}, /* "timezone" time offset */
    {"timezone", UNITS, DTK_TZ},        /* "timezone" time offset */
-   {"timezone_hour", UNITS, DTK_TZ_HOUR},  /* timezone hour units */
-   {"timezone_minute", UNITS, DTK_TZ_MINUTE},      /* timezone minutes units */
+   {"timezone_h", UNITS, DTK_TZ_HOUR},     /* timezone hour units */
+   {"timezone_m", UNITS, DTK_TZ_MINUTE},   /* timezone minutes units */
    {"undefined", RESERV, DTK_INVALID}, /* pre-v6.1 invalid time */
    {"us", UNITS, DTK_MICROSEC},/* "microsecond" relative time units */
    {"usec", UNITS, DTK_MICROSEC},      /* "microsecond" relative time