Thread: pgsql: Fix security and 64-bit issues in contrib/intagg.

pgsql: Fix security and 64-bit issues in contrib/intagg.

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix security and 64-bit issues in contrib/intagg.  This code could
stand to be rewritten altogether, but for now just stick a finger in
the dike.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/contrib/intagg:
        int_aggregate.c (r1.11 -> r1.11.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.11&r2=1.11.4.1)
        int_aggregate.sql.in (r1.5 -> r1.5.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.sql.in.diff?r1=1.5&r2=1.5.4.1)