PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ loader_rt_error_handler()

static void loader_rt_error_handler ( const char *  fmt,
va_list  ap 
)
static

Definition at line 37 of file raster2pgsql.c.

37  {
38  static const char *label = "ERROR: ";
39  char newfmt[1024] = {0};
40  snprintf(newfmt, 1024, "%s%s\n", label, fmt);
41  newfmt[1023] = '\0';
42  vfprintf(stderr, newfmt, ap);
43  va_end(ap);
44 }
def fmt
Definition: pixval.py:93

References pixval::fmt.

Referenced by rt_init_allocators().

Here is the caller graph for this function: