PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ PGTOPO_BE_ERRORF

#define PGTOPO_BE_ERRORF (   msg,
  ... 
)
Value:
"[%s:%s:%d] Backend error (" msg "): %s", \
__FILE__, __func__, __LINE__, \
lwt_be_lastErrorMessage(topo->be_iface), \
__VA_ARGS__ )
const char * lwt_be_lastErrorMessage(const LWT_BE_IFACE *be)
void void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.

Definition at line 60 of file liblwgeom_topo_internal.h.

61 :%s:%d] Backend error (" msg "): %s", \
62 __FILE__, __func__, __LINE__, \
63 lwt_be_lastErrorMessage(topo->be_iface), \
64 __VA_ARGS__ )
char * s
Definition cu_in_wkt.c:23