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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix stddev_pop(numeric) and var_pop(numeric), which were
Дата
Msg-id 20070709161357.ABE069FB56D@postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: Restrict non-superusers to password authenticated connections to
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix stddev_pop(numeric) and var_pop(numeric), which were