Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97d0c8b

Browse files
committed
Suppress gcc warnings.
1 parent 78f7ba1 commit 97d0c8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/adt/datetime.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.71 2001/10/10 00:02:42 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.72 2001/10/11 18:06:52 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -294,8 +294,8 @@ static datetkn deltatktbl[] = {
294294
{"secs", UNITS, DTK_SECOND},
295295
{DTIMEZONE, UNITS, DTK_TZ}, /* "timezone" time offset */
296296
{"timezone", UNITS, DTK_TZ}, /* "timezone" time offset */
297-
{"timezone_hour", UNITS, DTK_TZ_HOUR}, /* timezone hour units */
298-
{"timezone_minute", UNITS, DTK_TZ_MINUTE}, /* timezone minutes units */
297+
{"timezone_h", UNITS, DTK_TZ_HOUR}, /* timezone hour units */
298+
{"timezone_m", UNITS, DTK_TZ_MINUTE}, /* timezone minutes units */
299299
{"undefined", RESERV, DTK_INVALID}, /* pre-v6.1 invalid time */
300300
{"us", UNITS, DTK_MICROSEC},/* "microsecond" relative time units */
301301
{"usec", UNITS, DTK_MICROSEC}, /* "microsecond" relative time

0 commit comments

Comments
 (0)