PostGIS
3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
rt_pg_debug()
static void static void rt_pg_debug
(
const char *
fmt
,
va_list
ap
)
static
Definition at line
232
of file
rtpostgis.c
.
233
{
234
char
msg[
RT_MSG_MAXLEN
+1];
235
236
vsnprintf (msg,
RT_MSG_MAXLEN
, fmt, ap);
237
238
msg[
RT_MSG_MAXLEN
]=
'\0'
;
239
ereport(DEBUG1, (errmsg_internal(
"%s"
, msg)));
240
}
RT_MSG_MAXLEN
#define RT_MSG_MAXLEN
Definition
rtpostgis.c:158
References
RT_MSG_MAXLEN
.
Referenced by
_PG_init()
.
Here is the caller graph for this function:
raster
rt_pg
rtpostgis.c
Generated by
1.9.8