Datum LWGEOM_snaptogrid(PG_FUNCTION_ARGS);
Datum LWGEOM_snaptogrid_pointoff(PG_FUNCTION_ARGS);
static int grid_isNull(const gridspec *grid);
-#if POSTGIS_DEBUG_LEVEL > 0
+#if POSTGIS_DEBUG_LEVEL >=4
static void grid_print(const gridspec *grid);
#endif
else return 0;
}
-#if POSTGIS_DEBUG_LEVEL > 0
+#if POSTGIS_DEBUG_LEVEL >= 4
/* Print grid using given reporter */
static void
grid_print(const gridspec *grid)
PG_LWGEOM *in; /* lwgeom serialized */
BOX2DFLOAT4 *rr;
-#if POSTGIS_DEBUG_LEVEL > 0
- int result;
- LWGEOM_UNPARSER_RESULT lwg_unparser_result;
-#endif
POSTGIS_DEBUG(2, "GIST: LWGEOM_gist_compress called");
double lat2, double long2, SPHEROID *sphere)
{
double result = 0;
-#if POSTGIS_DEBUG_LEVEL > 0
+#if POSTGIS_DEBUG_LEVEL >= 4
double result2 = 0;
#endif