|
1 | | -/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.42 2009/05/20 16:13:18 meskes Exp $ */ |
| 1 | +/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.43 2009/05/26 01:39:49 tgl Exp $ */ |
2 | 2 |
|
3 | 3 | #ifndefDT_H |
4 | 4 | #defineDT_H |
@@ -332,10 +332,8 @@ do { \ |
332 | 332 | #defineTIMESTAMP_IS_NOEND(j)((j) == DT_NOEND) |
333 | 333 | #defineTIMESTAMP_NOT_FINITE(j) (TIMESTAMP_IS_NOBEGIN(j) || TIMESTAMP_IS_NOEND(j)) |
334 | 334 |
|
335 | | -intDecodeTimeOnly(char**,int*,int,int*,structtm*,fsec_t*,int*); |
336 | 335 | intDecodeInterval(char**,int*,int,int*,structtm*,fsec_t*); |
337 | 336 | intDecodeTime(char*,int*,structtm*,fsec_t*); |
338 | | -intEncodeTimeOnly(structtm*,fsec_t,int*,int,char*); |
339 | 337 | intEncodeDateTime(structtm*,fsec_t,int*,char**,int,char*,bool); |
340 | 338 | intEncodeInterval(structtm*,fsec_t,int,char*); |
341 | 339 | inttm2timestamp(structtm*,fsec_t,int*,timestamp*); |
|