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

◆ rt_pg_error()

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

Definition at line 213 of file rtpostgis.c.

214{
215 char errmsg[RT_MSG_MAXLEN+1];
216
217 vsnprintf (errmsg, RT_MSG_MAXLEN, fmt, ap);
218
219 errmsg[RT_MSG_MAXLEN]='\0';
220 ereport(ERROR, (errmsg_internal("%s", errmsg)));
221}
#define RT_MSG_MAXLEN
Definition rtpostgis.c:168

References RT_MSG_MAXLEN.

Referenced by _PG_init().

Here is the caller graph for this function: