Ticket #2282
git-svn-id: http://svn.osgeo.org/postgis/trunk@11381
b70326c6-7e19-0410-871a-
916f4a2858ee
- #2133, Fix performance regression in expression variant of ST_MapAlgebra
- #2257, GBOX variables not initialized when testing with empty geometries
- #2271, Prevent parallel make of raster
+ - #2282, Fix call to undefined function nd_stats_to_grid()
PostGIS 2.0.3
2013/03/01
POSTGIS_DEBUGF(3, " out: average width: %d bytes", stats->stawidth);
POSTGIS_DEBUG (3, " out: distinct values: all (no check done)");
POSTGIS_DEBUGF(3, " out: %s", nd_stats_to_json(nd_stats));
+ /*
POSTGIS_DEBUGF(3, " out histogram:\n%s", nd_stats_to_grid(nd_stats));
+ */
return;
}