![]() |
vrpRouting
0.3
|
Go to the source code of this file.
Functions | |
Postgres ereport | |
Send notice or error to postgreSQL (cleans the char *) From the C++ err_msg, log_msg, notice_msg are returned as a (char *), Before exiting the C code the pointers need to be freed:
on C++ side, the message to be returned; when there is ERROR then postgreSQL takes over control The char* messages are cleared automaticalyy with pfree.
| |
void | pgr_global_report (char *log_msg, char *notice_msg, char *error_msg) |
notice & error More... | |
void pgr_global_report | ( | char * | log_msg, |
char * | notice_msg, | ||
char * | error_msg | ||
) |
notice & error
Definition at line 30 of file e_report.c.
Referenced by process().