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 strk, 9 years ago

Milestone: Management 2.0PostGIS 2.1.9
Priority: mediumhigh
Status: newassigned
Version: trunk2.1.x

r13862 in trunk, to be ported to 2.1 (2.0 is unaffected)

comment:2 by strk, 9 years ago

Resolution: fixed
Status: assignedclosed

r13863 in 2.1 (2.1.9)

Note: See TracTickets for help on using tickets.