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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: int_aggregate's int_enum() doesn't work correctly with arrays
Date: 2005-04-23 05:38:22
Message-ID: 20050423053822.EB7045356A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Modified Files:
--------------
pgsql/contrib/intagg:
int_aggregate.c (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.17&r2=1.18)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-23 05:38:43 pgsql: int_aggregate's int_enum() doesn't work correctly with arrays
Previous Message Tom Lane 2005-04-23 04:42:54 pgsql: Turns out that my recent elimination of the 'redundant'