BUG #6636: Variadic function fails with array type domain

Поиск
Список
Период
Сортировка
От lynn@creditlink.com
Тема BUG #6636: Variadic function fails with array type domain
Дата
Msg-id E1SSYYs-0007sn-UI@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6636: Variadic function fails with array type domain
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6636
Logged by:          Lynn Dobbs
Email address:      lynn@creditlink.com
PostgreSQL version: 9.1.3
Operating system:   Linux
Description:=20=20=20=20=20=20=20=20

1. postgresql built from src.
2. The following functions on 9.0.4 but fails on 9.1.3. (Discovered during a
dump/restore for upgrade).

3. Code:
creditlink=3D# create domain foo as bigint[];
CREATE DOMAIN
creditlink=3D# create function foobar(variadic foo) as $$ select true $$
language sql;
ERROR:  42P13: VARIADIC parameter must be an array
LOCATION:  examine_parameter_list, functioncmds.c:279

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: in hot standby database execute select * from pg_class indicate error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6636: Variadic function fails with array type domain