PGROUTING
3.2
|
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_error (char *error_msg) |
error with no hint More... | |
void | pgr_error2 (char *log_msg, char *error_msg) |
error with hint More... | |
void | pgr_global_report (char *log_msg, char *notice_msg, char *error_msg) |
notice & error More... | |
void | pgr_notice (char *notice_msg) |
notice with no hint More... | |
void | pgr_notice2 (char *log_msg, char *notice_msg) |
notice with hint More... | |
void pgr_error | ( | char * | error_msg | ) |
error with no hint
Definition at line 61 of file e_report.c.
References pgr_cstring2char(), and PGR_DBG.
void pgr_error2 | ( | char * | log_msg, |
char * | error_msg | ||
) |
error with hint
Definition at line 79 of file e_report.c.
References PGR_DBG.
void pgr_global_report | ( | char * | log_msg, |
char * | notice_msg, | ||
char * | error_msg | ||
) |
notice & error
Definition at line 93 of file e_report.c.
Referenced by compute(), compute_trsp(), process(), and process_combinations().
void pgr_notice | ( | char * | notice_msg | ) |
notice with no hint
Definition at line 31 of file e_report.c.
References PGR_DBG.
Referenced by pgr_notice2().
void pgr_notice2 | ( | char * | log_msg, |
char * | notice_msg | ||
) |
notice with hint
Definition at line 42 of file e_report.c.
References PGR_DBG, and pgr_notice().