diff options
author | Michael Meskes <meskes@postgresql.org> | 2008-02-15 11:20:21 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2008-02-15 11:20:21 +0000 |
commit | efac2796e64f50f899c49524289d92afa89f1fc8 (patch) | |
tree | 9c351279b4888e181a64aa7fe23001e65b58f298 /src/interfaces/ecpg/include/datetime.h | |
parent | df1e965e12cdd48c11057ee6e15346ee2b8b02f5 (diff) | |
download | postgresql-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.h | 7 |
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 */ |