1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Also created export list for pgytpeslib and compatlib.

Set pgtypes library version to 3.0.
Set compat library version to 3.0.
This commit is contained in:
Michael Meskes
2007-10-03 13:20:19 +00:00
parent f83e44aecd
commit fa8a9f373c
6 changed files with 202 additions and 14 deletions

View File

@ -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>