mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Started to create different error codes for different backend messages.
This commit is contained in:
@@ -10,13 +10,6 @@ enum COMPAT_MODE { ECPG_COMPAT_PGSQL = 0, ECPG_COMPAT_INFORMIX, ECPG_COMPAT_INFO
|
||||
|
||||
/* 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);
|
||||
|
||||
/* Store and retrieve the backend error message for client access */
|
||||
void set_backend_err(const char *err, int lineon);
|
||||
char *ECPGerrmsg(void);
|
||||
|
||||
/* Returns a pointer to a string containing a simple type name. */
|
||||
void ECPGadd_mem(void *ptr, int lineno);
|
||||
|
||||
|
Reference in New Issue
Block a user