|
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 | typedefstruct
|
37 | 37 | {
|
38 |
| -doubletime;/* all time units other than months and |
39 |
| - * years */ |
40 |
| -int4month;/* months and years, after time for |
41 |
| - * alignment */ |
| 38 | +doubletime;/* all time units other than months and years */ |
| 39 | +int4month;/* 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 | externDatumtimestamp_part(PG_FUNCTION_ARGS);
|
165 | 163 | externDatuminterval_part(PG_FUNCTION_ARGS);
|
166 | 164 | externDatumtimestamp_zone(PG_FUNCTION_ARGS);
|
| 165 | +externDatumtimestamp_izone(PG_FUNCTION_ARGS); |
167 | 166 |
|
168 | 167 | externDatuminterval_um(PG_FUNCTION_ARGS);
|
169 | 168 | externDatuminterval_pl(PG_FUNCTION_ARGS);
|
|