Opened 9 years ago
Closed 9 years ago
#3222 closed defect (fixed)
stddev not initialized in compute_gserialized_stats_mode
Reported by: | dbaston | Owned by: | strk |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.1.9 |
Component: | postgis | Version: | 2.1.x |
Keywords: | Cc: |
Description
Standard deviation is currently built up incrementally, starting from uninitialized state.
Patch to initialize stddev at https://patch-diff.githubusercontent.com/raw/postgis/postgis/pull/48.patch
Pull request https://github.com/postgis/postgis/pull/48
Change History (2)
comment:1 by , 9 years ago
Milestone: | Management 2.0 → PostGIS 2.1.9 |
---|---|
Priority: | medium → high |
Status: | new → assigned |
Version: | trunk → 2.1.x |
Note:
See TracTickets
for help on using tickets.
r13862 in trunk, to be ported to 2.1 (2.0 is unaffected)