1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them.

This commit is contained in:
Michael Meskes
2003-06-20 13:36:34 +00:00
parent d9b2401d90
commit 2cbaaee6c3
7 changed files with 36 additions and 5 deletions

View File

@@ -34,5 +34,6 @@ extern int byleng(char *, int);
extern void ldchar(char *, int, char *);
extern bool ECPGconnect_informix(int, const char *, const char *, const char *, const char *, int);
extern bool ECPGdeallocate_informix(int, char *);
extern void ECPG_informix_set_var(int, void *, int);
extern void *ECPG_informix_get_var(int);