]> granicus.if.org Git - postgresql/commit
Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jul 2007 16:14:06 +0000 (16:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jul 2007 16:14:06 +0000 (16:14 +0000)
commit3df98a9e2fcada34de3ec8325f83b82426014c6d
treeaa6a65a609aa462e43f25b2305d005b39058304c
parent809b38ce27742b1e47acad44c3742ea5af6add8d
Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing
the same outputs as stddev_samp() and var_samp() respectively.
src/backend/utils/adt/numeric.c
src/test/regress/expected/aggregates.out