From: Paul Ramsey Date: Tue, 7 Oct 2008 20:38:23 +0000 (+0000) Subject: Move DEBUG statement next to a req'd variable. X-Git-Tag: 1.4.0b1~649 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a877b2dc430dd75ac6c983ba733047e32998643;p=postgis Move DEBUG statement next to a req'd variable. git-svn-id: http://svn.osgeo.org/postgis/trunk@3073 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_gist.c b/lwgeom/lwgeom_gist.c index 530f12ce5..880983e17 100644 --- a/lwgeom/lwgeom_gist.c +++ b/lwgeom/lwgeom_gist.c @@ -756,8 +756,8 @@ Datum LWGEOM_gist_decompress(PG_FUNCTION_ARGS) #if POSTGIS_DEBUG_LEVEL >= 4 static unsigned int counter2 = 0; counter2++; -#endif POSTGIS_DEBUGF(4, "GIST: LWGEOM_gist_decompress called %i",counter2); +#endif PG_RETURN_POINTER(PG_GETARG_POINTER(0)); }