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

◆ ST_CoverageInvalidEdges()

Datum ST_CoverageInvalidEdges ( PG_FUNCTION_ARGS  )
extern

Definition at line 845 of file lwgeom_window.c.

846{
847#if POSTGIS_GEOS_VERSION < 31200
848
849 lwpgerror("The GEOS version this PostGIS binary "
850 "was compiled against (%d) does not include "
851 "'GEOSCoverageIsValid' function (3.12 or greater required)",
853 PG_RETURN_NULL();
854
855#else /* POSTGIS_GEOS_VERSION >= 31200 */
856
858
859#endif
860}
@ COVERAGE_ISVALID
static Datum coverage_window_calculation(PG_FUNCTION_ARGS, int mode)
#define POSTGIS_GEOS_VERSION
Definition sqldefines.h:11

References COVERAGE_ISVALID, coverage_window_calculation(), and POSTGIS_GEOS_VERSION.

Here is the call graph for this function: