]> granicus.if.org Git - postgis/commitdiff
Move DEBUG statement next to a req'd variable.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 7 Oct 2008 20:38:23 +0000 (20:38 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 7 Oct 2008 20:38:23 +0000 (20:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3073 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_gist.c

index 530f12ce5e6f29c452826ed6e441e8df19cd9938..880983e1715f29f604ec3ddc5530a19e7338b323 100644 (file)
@@ -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));
 }