File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.57 1998/09/01 04:32:30 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.58 1998/09/23 17:51:46 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -2199,7 +2199,7 @@ static datetkn deltatktbl[] = {
2199
2199
{INVALID , RESERV , DTK_INVALID }, /* "invalid" reserved for invalid
2200
2200
* time */
2201
2201
{"m" , UNITS , DTK_MINUTE }, /* "minute" relative time units */
2202
- {"microsecon" , UNITS , DTK_MILLISEC }, /* "microsecond" relative
2202
+ {"microsecon" , UNITS , DTK_MICROSEC }, /* "microsecond" relative
2203
2203
* time units */
2204
2204
{"mil" , UNITS , DTK_MILLENIUM }, /* "millenium" relative time units */
2205
2205
{"mils" , UNITS , DTK_MILLENIUM }, /* "millenia" relative time units */
You can’t perform that action at this time.
0 commit comments