Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3df98a9e2fcada34de3ec8325f83b82426014c6d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-09T16:14:06Z
Releases: 8.2.5
Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing
the same outputs as stddev_samp() and var_samp() respectively.

Files