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.

Modified Files:
--------------
    pgsql/contrib/intagg:
        int_aggregate.c (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.13&r2=1.14)
        int_aggregate.sql.in (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.sql.in.diff?r1=1.6&r2=1.7)