PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ elog_ERROR()

void elog_ERROR ( const char *  string)

Definition at line 649 of file lwgeom_inout.c.

650 {
651  elog(ERROR, "%s", string);
652 }