Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing
Tom Lane <tgl@sss.pgh.pa.us>
Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing the same outputs as stddev_samp() and var_samp() respectively.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/numeric.c | modified | +5 −2 |
| src/test/regress/expected/aggregates.out | modified | +2 −2 |