PGROUTING
3.2
|
#include "c_common/postgres_connection.h"
#include "c_common/debug_macro.h"
#include "c_common/e_report.h"
Go to the source code of this file.
Functions | |
void | pgr_error (char *err) |
error with no hint More... | |
void | pgr_error2 (char *log, char *err) |
error with hint More... | |
void | pgr_global_report (char *log, char *notice, char *err) |
notice & error More... | |
void | pgr_notice (char *notice) |
notice with no hint More... | |
void | pgr_notice2 (char *log, char *notice) |
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().