1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Use snprintf from libpgport in ecpg compatlib. Required since

we restricted exports from ecpglib.
This commit is contained in:
Magnus Hagander
2007-10-03 12:34:29 +00:00
parent 7b4453e5c1
commit f83e44aecd
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.50 2007/10/03 11:11:11 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.51 2007/10/03 12:34:29 mha Exp $ */
#include <stdlib.h>
#include <string.h>
@ -8,6 +8,7 @@
#include <limits.h>
#define POSTGRES_ECPG_INTERNAL
#include <postgres_fe.h>
#include <ecpgtype.h>
#include <ecpg_informix.h>
#include <pgtypes_error.h>