diff options
| author | Michael Meskes <meskes@postgresql.org> | 2008-02-17 18:14:29 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2008-02-17 18:14:29 +0000 |
| commit | a9bc069c0b0d0b6fa781a79de04e0273ca97f819 (patch) | |
| tree | e5f5cc2a9f74737c2e406dbdfcc35971c40e4a57 /src/interfaces/ecpg/include/ecpg_informix.h | |
| parent | b120382353a938a342d3149031f40f42dc6e2720 (diff) | |
| download | postgresql-a9bc069c0b0d0b6fa781a79de04e0273ca97f819.tar.gz | |
- Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results.
- Changed INFORMIX mode symbol definition yet again because the old way didn't work on NetBSD. Hopefully this one does.
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 412782b480..5f9162a9b9 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.21 2008/02/15 11:20:21 meskes Exp $ + * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.22 2008/02/17 18:14:29 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 |
