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

Started by Tom Laneover 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)