PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_pg_notice()

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

Definition at line 228 of file rtpostgis.c.

229 {
230  char msg[RT_MSG_MAXLEN+1];
231 
232  vsnprintf (msg, RT_MSG_MAXLEN, fmt, ap);
233 
234  msg[RT_MSG_MAXLEN]='\0';
235  ereport(NOTICE, (errmsg_internal("%s", msg)));
236 }
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: