|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.51 2000/07/12 22:59:08 petere Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.52 2000/07/14 15:33:33 thomas Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
|
30 | 30 | #include "utils/datetime.h" |
31 | 31 |
|
32 | 32 | static int DecodeNumber(int flen, char *field, |
33 | | - int fmask, int *tmask, |
34 | | - struct tm * tm, double *fsec, int *is2digits); |
| 33 | + int fmask, int *tmask, |
| 34 | + struct tm * tm, double *fsec, int *is2digits); |
35 | 35 | static int DecodeNumberField(int len, char *str, |
36 | | - int fmask, int *tmask, |
37 | | - struct tm * tm, double *fsec, int *is2digits); |
| 36 | + int fmask, int *tmask, |
| 37 | + struct tm * tm, double *fsec, int *is2digits); |
38 | 38 | static int DecodeTime(char *str, int fmask, int *tmask, |
39 | | - struct tm * tm, double *fsec); |
| 39 | + struct tm * tm, double *fsec); |
40 | 40 | static int DecodeTimezone(char *str, int *tzp); |
41 | 41 | static datetkn *datebsearch(char *key, datetkn *base, unsigned int nel); |
42 | 42 | static int DecodeDate(char *str, int fmask, int *tmask, struct tm * tm); |
|
0 commit comments