Thread: pgsql: int_aggregate's int_enum() doesn't work correctly with arrays

pgsql: int_aggregate's int_enum() doesn't work correctly with arrays

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
int_aggregate's int_enum() doesn't work correctly with arrays that
aren't 1-D, so give an error message instead of failing.  Per report
from Ron Mayer.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/contrib/intagg:
        int_aggregate.c (r1.11.4.3 -> r1.11.4.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.11.4.3&r2=1.11.4.4)