mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Here's my next patch to bring ecpg to version 1.1. It now correctly
handles all transaction commands and the exec sql include command. Michael Meskes
This commit is contained in:
@ -8,6 +8,11 @@ extern int yylineno,
|
||||
extern FILE *yyin,
|
||||
*yyout;
|
||||
|
||||
struct _include_path { char * path;
|
||||
struct _include_path * next;
|
||||
};
|
||||
|
||||
extern struct _include_path *include_paths;
|
||||
|
||||
/* functions */
|
||||
|
||||
|
Reference in New Issue
Block a user