PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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 void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.

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: