pgsql: Fix stddev_pop(numeric) and var_pop(numeric), which were

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix stddev_pop(numeric) and var_pop(numeric), which were
Date: 2007-07-09 16:13:57
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing
the same outputs as stddev_samp() and var_samp() respectively.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
numeric.c (r1.105 -> r1.106)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numeric.c.diff?r1=1.105&r2=1.106)
pgsql/src/test/regress/expected:
aggregates.out (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/aggregates.out.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-09 16:14:06 pgsql: Fix stddev_pop(numeric) and var_pop(numeric), which were
Previous Message Joe Conway 2007-07-09 01:44:11 pgsql: Restrict non-superusers to password authenticated connections to