PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ 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)
Definition: lwgeom_topo.c:114
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.