PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_pg_debug()

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

Definition at line 242 of file rtpostgis.c.

243 {
244  char msg[RT_MSG_MAXLEN+1];
245 
246  vsnprintf (msg, RT_MSG_MAXLEN, fmt, ap);
247 
248  msg[RT_MSG_MAXLEN]='\0';
249  ereport(DEBUG1, (errmsg_internal("%s", msg)));
250 }
def fmt
Definition: pixval.py:93
#define RT_MSG_MAXLEN
Definition: rtpostgis.c:168

References pixval::fmt, and RT_MSG_MAXLEN.

Referenced by _PG_init().

Here is the caller graph for this function: