1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

- Enable FETCH without INTO.

- Compatibility functions for INFORMIX handling of DECLARE statement.
This commit is contained in:
Michael Meskes
2003-06-13 10:50:58 +00:00
parent a2d08b99c2
commit 26188e8c17
10 changed files with 123 additions and 30 deletions

View File

@ -17,7 +17,8 @@ extern int braces_open,
auto_create_c,
system_includes,
ret_value,
struct_level;
struct_level,
ecpg_informix_var;
extern char *descriptor_index;
extern char *descriptor_name;
extern char *connection;