[postgis-tickets] r15201 - Fix typo in error message about ClipByBox availability

Sandro Santilli strk at kbt.io
Mon Oct 10 13:24:13 PDT 2016


Author: strk
Date: 2016-10-10 13:24:13 -0700 (Mon, 10 Oct 2016)
New Revision: 15201

Modified:
   branches/2.2/liblwgeom/lwgeom_geos.c
Log:
Fix typo in error message about ClipByBox availability

Modified: branches/2.2/liblwgeom/lwgeom_geos.c
===================================================================
--- branches/2.2/liblwgeom/lwgeom_geos.c	2016-10-10 19:47:40 UTC (rev 15200)
+++ branches/2.2/liblwgeom/lwgeom_geos.c	2016-10-10 20:24:13 UTC (rev 15201)
@@ -967,7 +967,7 @@
 #if POSTGIS_GEOS_VERSION < 35
 	lwerror("The GEOS version this postgis binary "
 	        "was compiled against (%d) doesn't support "
-	        "'GEOSClipByRect' function (3.3.5+ required)",
+	        "'GEOSClipByRect' function (3.5.0+ required)",
 	        POSTGIS_GEOS_VERSION);
 	return NULL;
 #else /* POSTGIS_GEOS_VERSION >= 35 */



More information about the postgis-tickets mailing list