PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ elog_ERROR()

void elog_ERROR ( const char *  string)

Definition at line 715 of file lwgeom_inout.c.

References parse_WKT_lwgeom(), and PG_FUNCTION_INFO_V1().

716 {
717  elog(ERROR, "%s", string);
718 }
Here is the call graph for this function: