PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_geos_error_minversion()

void lwgeom_geos_error_minversion ( const char *  functionality,
const char *  minver 
)

Definition at line 70 of file liblwgeom/lwgeom_geos.c.

71 {
72  lwerror(
73  "%s requires a build against GEOS-%s or higher,"
74  " this version of PostGIS was built against version %s",
75  functionality, minver, lwgeom_geos_compiled_version()
76  );
77 }
const char * lwgeom_geos_compiled_version()
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
Definition: lwutil.c:190

References lwerror(), and lwgeom_geos_compiled_version().

Referenced by lwgeom_difference_prec(), lwgeom_intersection_prec(), lwgeom_linemerge_directed(), lwgeom_reduceprecision(), lwgeom_symdifference_prec(), lwgeom_unaryunion_prec(), and lwgeom_union_prec().

Here is the call graph for this function:
Here is the caller graph for this function: