File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: date.h,v 1.8 2001/01/23 01:48:17 momjian Exp $
10
+ * $Id: date.h,v 1.9 2001/01/23 03:10:25 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -25,7 +25,7 @@ typedef struct
25
25
{
26
26
double time ; /* all time units other than months and
27
27
* years */
28
- int zone ; /* numeric time zone, in seconds */
28
+ int32 zone ; /* numeric time zone, in seconds */
29
29
} TimeTzADT ;
30
30
31
31
/*
Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: timestamp.h,v 1.12 2001/01/23 01:48:17 momjian Exp $
9
+ * $Id: timestamp.h,v 1.13 2001/01/23 03:10:25 momjian Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -36,7 +36,7 @@ typedef double Timestamp;
36
36
typedef struct
37
37
{
38
38
double time ; /* all time units other than months and years */
39
- int month ; /* months and years, after time for alignment */
39
+ int32 month ; /* months and years, after time for alignment */
40
40
} Interval ;
41
41
42
42
You can’t perform that action at this time.
0 commit comments