PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ elog_ERROR()

void elog_ERROR ( const char *  string)

Definition at line 647 of file lwgeom_inout.c.

648 {
649  elog(ERROR, "%s", string);
650 }