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:39:01
Message-ID: 20050423053901.A330653488@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-23 05:39:19 pgsql: int_aggregate's int_enum() doesn't work correctly with arrays
Previous Message Tom Lane 2005-04-23 05:38:43 pgsql: int_aggregate's int_enum() doesn't work correctly with arrays