PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ loader_rt_error_handler()

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

Definition at line 40 of file raster2pgsql.c.

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

References pixval::fmt.

Referenced by rt_init_allocators().

Here is the caller graph for this function: