PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rt_pg_notice()

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

Definition at line 227 of file rtpostgis.c.

228{
229 char msg[RT_MSG_MAXLEN+1];
230
231 vsnprintf (msg, RT_MSG_MAXLEN, fmt, ap);
232
233 msg[RT_MSG_MAXLEN]='\0';
234 ereport(NOTICE, (errmsg_internal("%s", msg)));
235}
#define RT_MSG_MAXLEN
Definition rtpostgis.c:168

References RT_MSG_MAXLEN.

Referenced by _PG_init().

Here is the caller graph for this function: