aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/datetime.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2008-02-14 12:22:36 +0000
committerMichael Meskes <meskes@postgresql.org>2008-02-14 12:22:36 +0000
commit78772dc018f41b04164c3d2f591327f1e9baaf3f (patch)
tree687555e8034c1d806b1482e6105194f1d68a9a6c /src/interfaces/ecpg/include/datetime.h
parent0fa15b9ed3ec32655a1505e3571acb24fcbeec8f (diff)
downloadpostgresql-78772dc018f41b04164c3d2f591327f1e9baaf3f.tar.gz
postgresql-78772dc018f41b04164c3d2f591327f1e9baaf3f.zip
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/include/datetime.h')
-rw-r--r--src/interfaces/ecpg/include/datetime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/datetime.h b/src/interfaces/ecpg/include/datetime.h
index c3a70626755..6c64abbd386 100644
--- a/src/interfaces/ecpg/include/datetime.h
+++ b/src/interfaces/ecpg/include/datetime.h
@@ -1,11 +1,11 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.12 2006/03/11 04:38:39 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.13 2008/02/14 12:22:36 meskes Exp $ */
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H
#include <ecpg_informix.h>
-typedef timestamp dtime_t;
-typedef interval intrvl_t;
+/* typedef timestamp dtime_t;
+typedef interval intrvl_t;*/
#endif /* ndef _ECPG_DATETIME_H */