diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-02-13 13:11:52 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-02-13 13:11:52 +0000 |
commit | 1a9b0613c1b5af012735a81c07dc1e9dd97af945 (patch) | |
tree | 6494a531b6ff7ec1d8801316d8ee14225dfe0394 /src/interfaces/ecpg/lib/extern.h | |
parent | e529e9fa4449d77127639b073aa2eed386e367b3 (diff) |
- Applied error reporting patch by Matthew Vanecek
- Started with an Informix compatibility option.
Diffstat (limited to 'src/interfaces/ecpg/lib/extern.h')
-rw-r--r-- | src/interfaces/ecpg/lib/extern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/lib/extern.h b/src/interfaces/ecpg/lib/extern.h index 00a65b94e21..ad0e6b332bc 100644 --- a/src/interfaces/ecpg/lib/extern.h +++ b/src/interfaces/ecpg/lib/extern.h @@ -5,6 +5,10 @@ #include "libpq-fe.h" /* Here are some methods used by the lib. */ + +/* Stores the backend error message for client access */ +void set_backend_err(const char *err, int lineon); + /* Returns a pointer to a string containing a simple type name. */ void ECPGadd_mem(void *ptr, int lineno); |