PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ rt_pg_error()

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

Definition at line 206 of file rtpostgis.c.

207 {
208  char errmsg[RT_MSG_MAXLEN+1];
209 
210  vsnprintf (errmsg, RT_MSG_MAXLEN, fmt, ap);
211 
212  errmsg[RT_MSG_MAXLEN]='\0';
213  ereport(ERROR, (errmsg_internal("%s", errmsg)));
214 }
def fmt
Definition: pixval.py:93
#define RT_MSG_MAXLEN
Definition: rtpostgis.c:160

References pixval::fmt, and RT_MSG_MAXLEN.

Referenced by _PG_init().

Here is the caller graph for this function: