pgsql: Previous "64-bit fix" for intagg didn't actually work.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Previous "64-bit fix" for intagg didn't actually work.
Дата
Msg-id 20050323190719.3D60A533AB@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Previous "64-bit fix" for intagg didn't actually work.  This is already
fixed properly in CVS tip, but we need a band-aid for back branches.
Per report from Ron Mayer.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/contrib/intagg:
        int_aggregate.c (r1.6.2.2 -> r1.6.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.6.2.2&r2=1.6.2.3)
        int_aggregate.sql.in (r1.3.2.1 -> r1.3.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.sql.in.diff?r1=1.3.2.1&r2=1.3.2.2)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Previous "64-bit fix" for intagg didn't actually work.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add note about risks involved in replaying CREATE TABLESPACE