]> granicus.if.org Git - postgis/commitdiff
Make default joinsel message more obvious
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 20 Nov 2012 21:34:36 +0000 (21:34 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 20 Nov 2012 21:34:36 +0000 (21:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10724 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geometry_estimate.c

index df5ab4e10c7badfbe1497b4f2fc84f3014b5accc..2aebf0a17af447e92a49c7fa70649d9795423707 100644 (file)
@@ -129,7 +129,7 @@ Datum geometry_estimated_extent(PG_FUNCTION_ARGS);
 PG_FUNCTION_INFO_V1(LWGEOM_gist_joinsel);
 Datum geometry_gist_joinsel_2d(PG_FUNCTION_ARGS)
 {
-       POSTGIS_DEBUGF(2, "geometry_gist_joinsel_2d called (returning %f)",
+       POSTGIS_DEBUGF(2, "geometry_gist_joinsel_2d called (returning default, %f)",
                       DEFAULT_GEOMETRY_JOINSEL);
 
        PG_RETURN_FLOAT8(DEFAULT_GEOMETRY_JOINSEL);