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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: int_aggregate's int_enum() doesn't work correctly with arrays
Дата
Msg-id 20050423053822.EB7045356A@svr1.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Turns out that my recent elimination of the 'redundant'
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: int_aggregate's int_enum() doesn't work correctly with arrays