diff options
author | Michael Meskes <meskes@postgresql.org> | 2007-10-03 13:20:19 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2007-10-03 13:20:19 +0000 |
commit | fa8a9f373c25d4a004deee8199357813ef632869 (patch) | |
tree | ebe4bf5d929f71289a5eb1bf36c3fbd1c585b426 /src/interfaces/ecpg/compatlib/informix.c | |
parent | f83e44aecd60e1720ac2ccd2486a8589228a0282 (diff) | |
download | postgresql-fa8a9f373c25d4a004deee8199357813ef632869.tar.gz postgresql-fa8a9f373c25d4a004deee8199357813ef632869.zip |
Also created export list for pgytpeslib and compatlib.
Set pgtypes library version to 3.0.
Set compat library version to 3.0.
Diffstat (limited to 'src/interfaces/ecpg/compatlib/informix.c')
-rw-r--r-- | src/interfaces/ecpg/compatlib/informix.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index 807277efa3f..7f2e6613b45 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -1,14 +1,11 @@ -/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.51 2007/10/03 12:34:29 mha Exp $ */ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.52 2007/10/03 13:20:19 meskes Exp $ */ -#include <stdlib.h> -#include <string.h> -#include <errno.h> #include <math.h> #include <ctype.h> #include <limits.h> #define POSTGRES_ECPG_INTERNAL -#include <postgres_fe.h> +#include "postgres_fe.h" #include <ecpgtype.h> #include <ecpg_informix.h> #include <pgtypes_error.h> |