[postgis-tickets] r17006 - Un-break build with debug logs

Raul raul at rmr.ninja
Tue Nov 13 02:47:14 PST 2018


Author: algunenano
Date: 2018-11-13 02:47:14 -0800 (Tue, 13 Nov 2018)
New Revision: 17006

Modified:
   branches/2.5/postgis/gserialized_spgist_2d.c
Log:
Un-break build with debug logs

Related to #4235



Modified: branches/2.5/postgis/gserialized_spgist_2d.c
===================================================================
--- branches/2.5/postgis/gserialized_spgist_2d.c	2018-11-13 07:17:28 UTC (rev 17005)
+++ branches/2.5/postgis/gserialized_spgist_2d.c	2018-11-13 10:47:14 UTC (rev 17006)
@@ -679,8 +679,6 @@
 		PG_RETURN_POINTER(bbox_out);
 	}
 
-	POSTGIS_DEBUGF(4, "[SPGIST] got box: %s", box2df_to_string(bbox_out));
-
 	/* Check all the dimensions for finite values */
 	if ((!isfinite(bbox_out->xmax) || !isfinite(bbox_out->xmin)) ||
 	    (!isfinite(bbox_out->ymax) || !isfinite(bbox_out->ymin)))



More information about the postgis-tickets mailing list