mindist = lwgeom_mindistance2d_recursive(SERIALIZED_FORM(geom1),
SERIALIZED_FORM(geom2));
-#ifdef PROFILE
- profstop(PROF_QRUN);
- profreport("dist",geom1, geom2, NULL);
-#endif
+ PROFSTOP(PROF_QRUN);
+ PROFREPORT("dist",geom1, geom2, NULL);
PG_FREE_IF_COPY(geom1, 0);
PG_FREE_IF_COPY(geom2, 1);
tolerance
);
-#ifdef PROFILE
- profstop(PROF_QRUN);
- profreport("dist",geom1, geom2, NULL);
-#endif
+ PROFSTOP(PROF_QRUN);
+ PROFREPORT("dist",geom1, geom2, NULL);
PG_FREE_IF_COPY(geom1, 0);
PG_FREE_IF_COPY(geom2, 1);