PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
loader_rt_info_handler()
static void loader_rt_info_handler
(
const char *
fmt
,
va_list
ap
)
static
Definition at line
54
of file
raster2pgsql.c
.
Referenced by
rt_init_allocators()
.
54
{
55
static
const
char
*label =
"INFO: "
;
56
char
newfmt[1024] = {0};
57
snprintf(newfmt, 1024,
"%s%s\n"
, label,
fmt
);
58
newfmt[1023] =
'\0'
;
59
vfprintf(stderr, newfmt, ap);
60
va_end(ap);
61
}
pixval.fmt
def fmt
Definition:
pixval.py:92
Here is the caller graph for this function:
raster
loader
raster2pgsql.c
Generated by
1.8.13