PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ loader_rt_error_handler()

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

Definition at line 34 of file raster2pgsql.c.

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

References pixval::fmt.

Referenced by rt_init_allocators().

Here is the caller graph for this function: