]> 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:13:57 +0000 (16:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jul 2007 16:13:57 +0000 (16:13 +0000)
commit6244c2dfff6fa1b98fc8f13e59f656a20fad3564
tree33fa2e1c2ad186d9c7e17dc64d6be9e1e4cb0e3c
parent9e09e3b15eb2673c96a2a3f92133311bba0e949c
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