]> granicus.if.org Git - postgis/commitdiff
Fix a currently defined-out function signature mismatch.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 22 Jun 2012 17:54:59 +0000 (17:54 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 22 Jun 2012 17:54:59 +0000 (17:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9974 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geometry_estimate.c

index 44dafea31b9fa43728d1181ee7a1cfe42b3146aa..b7030946cf289e0f2ceb8e5a17ddfb773779cd86 100644 (file)
@@ -122,9 +122,9 @@ Datum geometry_estimated_extent(PG_FUNCTION_ARGS);
  * for all PG versions
  */
 PG_FUNCTION_INFO_V1(LWGEOM_gist_joinsel);
-Datum geometry_gist_joinsel(PG_FUNCTION_ARGS)
+Datum geometry_gist_joinsel_2d(PG_FUNCTION_ARGS)
 {
-       POSTGIS_DEBUGF(2, "geometry_gist_joinsel called (returning %f)",
+       POSTGIS_DEBUGF(2, "geometry_gist_joinsel_2d called (returning %f)",
                       DEFAULT_GEOMETRY_JOINSEL);
 
        PG_RETURN_FLOAT8(DEFAULT_GEOMETRY_JOINSEL);