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