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

- Applied error reporting patch by Matthew Vanecek

- Started with an Informix compatibility option.
This commit is contained in:
Michael Meskes
2003-02-13 13:11:52 +00:00
parent e529e9fa44
commit 1a9b0613c1
9 changed files with 116 additions and 26 deletions

View File

@ -93,4 +93,7 @@ extern ScanKeyword *ScanKeywordLookup(char *text);
#define INDICATOR_NOT_STRUCT 6
#define INDICATOR_NOT_SIMPLE 7
enum COMPAT_MODE { ECPG_COMPAT_PGSQL = 0, ECPG_COMPAT_INFORMIX};
extern enum COMPAT_MODE compat;
#endif /* _ECPG_PREPROC_EXTERN_H */