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:
@ -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;
|
||||
|
Reference in New Issue
Block a user