[postgis-commits] svn - r3073 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Oct 7 13:38:23 PDT 2008


Author: pramsey
Date: 2008-10-07 13:38:23 -0700 (Tue, 07 Oct 2008)
New Revision: 3073

Modified:
   trunk/lwgeom/lwgeom_gist.c
Log:
Move DEBUG statement next to a req'd variable.


Modified: trunk/lwgeom/lwgeom_gist.c
===================================================================
--- trunk/lwgeom/lwgeom_gist.c	2008-10-07 18:09:23 UTC (rev 3072)
+++ trunk/lwgeom/lwgeom_gist.c	2008-10-07 20:38:23 UTC (rev 3073)
@@ -756,8 +756,8 @@
 #if POSTGIS_DEBUG_LEVEL >= 4
 	static unsigned int counter2 = 0;
 	counter2++;
+	POSTGIS_DEBUGF(4, "GIST: LWGEOM_gist_decompress called %i",counter2);
 #endif
-	POSTGIS_DEBUGF(4, "GIST: LWGEOM_gist_decompress called %i",counter2);
 
 	PG_RETURN_POINTER(PG_GETARG_POINTER(0));
 }



More information about the postgis-commits mailing list