Ticket #1030 (closed defect: fixed)
[raster] ST_SummaryStats on coverage crashes with the sample_percent parameter
| Reported by: | pracine | Owned by: | pracine |
|---|---|---|---|
| Priority: | high | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
SELECT *
FROM st_summarystats('srtm_22_03_tiled_100x100', 'rast', FALSE);
works, but:
SELECT *
FROM st_summarystats('srtm_22_03_tiled_100x100', 'rast', FALSE, 1.0);
crashes with:
ERROR: rt_raster_from_wkb: wkb size < min size (61)
Change History
Note: See
TracTickets for help on using
tickets.
