PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rt_pg_notice()

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

Definition at line 218 of file rtpostgis.c.

References __attribute__, pixval::fmt, RT_MSG_MAXLEN, and rt_pg_debug().

Referenced by _PG_init(), and rt_pg_error().

219 {
220  char msg[RT_MSG_MAXLEN+1];
221 
222  vsnprintf (msg, RT_MSG_MAXLEN, fmt, ap);
223 
224  msg[RT_MSG_MAXLEN]='\0';
225  ereport(NOTICE, (errmsg_internal("%s", msg)));
226 }
def fmt
Definition: pixval.py:92
#define RT_MSG_MAXLEN
Definition: rtpostgis.c:158
Here is the call graph for this function:
Here is the caller graph for this function: