PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ elog_ERROR()

void elog_ERROR ( const char *  string)

Definition at line 647 of file lwgeom_inout.c.

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