diff options
author | Michael Meskes <meskes@postgresql.org> | 2008-02-17 18:42:23 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2008-02-17 18:42:23 +0000 |
commit | 0ab060794930f50acf93e00a321887806eec9bd6 (patch) | |
tree | 96926023496cabae64c5db3d2a85492dd76573bb /src/interfaces/ecpg/include/ecpg_informix.h | |
parent | a50a313c1dfe2e250e21e34d479febb2b3243f98 (diff) |
Changed INFORMIX mode symbol definition yet again because the old way didn't work on NetBSD.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpg_informix.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpg_informix.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_informix.h b/src/interfaces/ecpg/include/ecpg_informix.h index c19fa8d6738..c9895f061fe 100644 --- a/src/interfaces/ecpg/include/ecpg_informix.h +++ b/src/interfaces/ecpg/include/ecpg_informix.h @@ -1,6 +1,6 @@ /* * This file contains stuff needed to be as compatible to Informix as possible. - * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.18.4.1 2008/02/15 12:11:02 meskes Exp $ + * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.18.4.2 2008/02/17 18:42:23 meskes Exp $ */ #ifndef _ECPG_INFORMIX_H #define _ECPG_INFORMIX_H @@ -82,11 +82,6 @@ extern int dttofmtasc(timestamp *, char *, int, char *); extern int intoasc(interval *, char *); extern int dtcvfmtasc(char *, char *, timestamp *); -/* we also define Informix datatypes here */ -typedef timestamp dtime_t; -typedef interval intrvl_t; -typedef decimal dec_t; - #ifdef __cplusplus } #endif |