forgot to comment out debug code for ST_Histogram thus causing rt_histogram regression to fail

git-svn-id: http://svn.osgeo.org/postgis/trunk@7341 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Bborie Park 2011-06-08 00:10:12 +00:00
parent 0d83cc1894
commit cacf93a15a

View file

@ -940,7 +940,7 @@ CREATE OR REPLACE FUNCTION _st_histogram(rastertable text, rastercolumn text, nb
IF htgm IS NULL THEN
CONTINUE;
END IF;
RAISE NOTICE 'htgm = %', htgm;
--RAISE NOTICE 'htgm = %', htgm;
RETURN NEXT htgm;
END LOOP;