PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_pg_error()

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

Definition at line 214 of file rtpostgis.c.

215 {
216  char errmsg[RT_MSG_MAXLEN+1];
217 
218  vsnprintf (errmsg, RT_MSG_MAXLEN, fmt, ap);
219 
220  errmsg[RT_MSG_MAXLEN]='\0';
221  ereport(ERROR, (errmsg_internal("%s", errmsg)));
222 }
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: