865{
866#if POSTGIS_GEOS_VERSION < 31400
867
868 lwpgerror("The GEOS version this PostGIS binary "
869 "was compiled against (%d) not include "
870 "'GEOSCoverageClean' function (3.14 or greater required)",
872 PG_RETURN_NULL();
873
874#else
875
877
878#endif
879}
static Datum coverage_window_calculation(PG_FUNCTION_ARGS, int mode)
#define POSTGIS_GEOS_VERSION