PostGIS
3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
loader_rt_info_handler()
static void loader_rt_info_handler
(
const char *
fmt
,
va_list
ap
)
static
Definition at line
57
of file
raster2pgsql.c
.
57
{
58
static
const
char
*label =
"INFO: "
;
59
char
newfmt[1024] = {0};
60
snprintf(newfmt, 1024,
"%s%s\n"
, label, fmt);
61
newfmt[1023] =
'\0'
;
62
vfprintf(stderr, newfmt, ap);
63
va_end(ap);
64
}
Referenced by
rt_init_allocators()
.
Here is the caller graph for this function:
raster
loader
raster2pgsql.c
Generated by
1.9.8