From: Paul Ramsey Date: Tue, 20 Nov 2012 21:34:36 +0000 (+0000) Subject: Make default joinsel message more obvious X-Git-Tag: 2.1.0beta2~371 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96ebb735b2a93af62997c9305bf8e0de3b7ef5da;p=postgis Make default joinsel message more obvious git-svn-id: http://svn.osgeo.org/postgis/trunk@10724 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geometry_estimate.c b/postgis/geometry_estimate.c index df5ab4e10..2aebf0a17 100644 --- a/postgis/geometry_estimate.c +++ b/postgis/geometry_estimate.c @@ -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);