diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-05-14 14:37:36 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-05-14 14:37:36 +0000 |
commit | 4e1ed3da9b3be389875f63e6c5656856290a72b3 (patch) | |
tree | 3427f6e7466411b9ed6f6810aafacc2e69963100 /src/interfaces/ecpg/include/ecpg_informix.h | |
parent | 78b08584b43d2608a10eb41e5d9430baa4d6f52a (diff) | |
download | postgresql-4e1ed3da9b3be389875f63e6c5656856290a72b3.tar.gz postgresql-4e1ed3da9b3be389875f63e6c5656856290a72b3.zip |
- Added more compatibility functions.
- Accept CPP defines for type definitions.
- Do not parse system include files automatically for Informix mode
Diffstat (limited to 'src/interfaces/ecpg/include/ecpg_informix.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpg_informix.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_informix.h b/src/interfaces/ecpg/include/ecpg_informix.h index 46df5a2d32a..ff757598374 100644 --- a/src/interfaces/ecpg/include/ecpg_informix.h +++ b/src/interfaces/ecpg/include/ecpg_informix.h @@ -26,6 +26,9 @@ extern int risnull(int, char *); extern int rsetnull(int, char *); extern int rtypalign(int, int); extern int rtypmsize(int, int); +extern int rtypwidth(int, int); extern void rupshift(char *); - +extern int byleng(char *, int); +extern void ldchar(char *, int, char *); + |