From 3fb4931b8737b1b9bd292ce52c0c37c846587990 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 7 May 2013 23:04:22 +0000 Subject: [PATCH] Commented out debug call to non-existant function nd_stats_to_grid(). Ticket #2282 git-svn-id: http://svn.osgeo.org/postgis/trunk@11381 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 1 + postgis/gserialized_estimate.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0e55bf37e..6971e8fbf 100644 --- a/NEWS +++ b/NEWS @@ -182,6 +182,7 @@ PostGIS 2.1.0 - #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 diff --git a/postgis/gserialized_estimate.c b/postgis/gserialized_estimate.c index 6b57cebb7..cfe7efff4 100644 --- a/postgis/gserialized_estimate.c +++ b/postgis/gserialized_estimate.c @@ -1651,7 +1651,9 @@ compute_gserialized_stats_mode(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfu 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; } -- 2.40.0