aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/include/datetime.h')
-rw-r--r--src/interfaces/ecpg/include/datetime.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/datetime.h b/src/interfaces/ecpg/include/datetime.h
index 4a575733c95..6899bdda861 100644
--- a/src/interfaces/ecpg/include/datetime.h
+++ b/src/interfaces/ecpg/include/datetime.h
@@ -1,11 +1,12 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.14 2008/02/14 12:27:26 meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.15 2008/02/15 11:20:21 meskes Exp $ */
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H
#include <ecpg_informix.h>
-typedef timestamp dtime_t;
-typedef interval intrvl_t;
+/* brought in by ecpg_informix.h nowadays
+ * typedef timestamp dtime_t;
+ * typedef interval intrvl_t; */
#endif /* ndef _ECPG_DATETIME_H */