aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/datetime.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2008-02-15 11:20:21 +0000
committerMichael Meskes <meskes@postgresql.org>2008-02-15 11:20:21 +0000
commitefac2796e64f50f899c49524289d92afa89f1fc8 (patch)
tree9c351279b4888e181a64aa7fe23001e65b58f298 /src/interfaces/ecpg/include/datetime.h
parentdf1e965e12cdd48c11057ee6e15346ee2b8b02f5 (diff)
downloadpostgresql-efac2796e64f50f899c49524289d92afa89f1fc8.tar.gz
postgresql-efac2796e64f50f899c49524289d92afa89f1fc8.zip
Changed the way symbols are defined in C in INFORMIX 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 */