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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Previous "64-bit fix" for intagg didn't actually work.
Date
Msg-id 20050323190719.3D60A533AB@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Previous "64-bit fix" for intagg didn't actually work.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add note about risks involved in replaying CREATE TABLESPACE