pgsql: int_aggregate's int_enum() doesn't work correctly with arrays - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: int_aggregate's int_enum() doesn't work correctly with arrays
Date
Msg-id 20050423053919.7368353891@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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_3_STABLE

Modified Files:
--------------
    pgsql/contrib/intagg:
        int_aggregate.c (r1.6.2.3 -> r1.6.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.6.2.3&r2=1.6.2.4)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: int_aggregate's int_enum() doesn't work correctly with arrays
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Modify output of VACUUM VERBOSE to be clearer.