File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed 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.10 2000/08/29 04:41:48 momjian Exp $
9
+ * $Id: timestamp.h,v 1.11 2000/11/06 16:05:25 thomas Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -35,10 +35,8 @@ typedef double Timestamp;
35
35
36
36
typedef struct
37
37
{
38
- double time ; /* all time units other than months and
39
- * years */
40
- int4 month ; /* months and years, after time for
41
- * alignment */
38
+ double time ; /* all time units other than months and years */
39
+ int4 month ; /* months and years, after time for alignment */
42
40
} Interval ;
43
41
44
42
@@ -164,6 +162,7 @@ extern Datum interval_trunc(PG_FUNCTION_ARGS);
164
162
extern Datum timestamp_part (PG_FUNCTION_ARGS );
165
163
extern Datum interval_part (PG_FUNCTION_ARGS );
166
164
extern Datum timestamp_zone (PG_FUNCTION_ARGS );
165
+ extern Datum timestamp_izone (PG_FUNCTION_ARGS );
167
166
168
167
extern Datum interval_um (PG_FUNCTION_ARGS );
169
168
extern Datum interval_pl (PG_FUNCTION_ARGS );
You can’t perform that action at this time.
0 commit comments