Re: BUG #18463: Possible bug in stored procedures with polymorphic OUT parameters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18463: Possible bug in stored procedures with polymorphic OUT parameters
Дата
Msg-id 485343.1717522165@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #18463: Possible bug in stored procedures with polymorphic OUT parameters  (Andrew Bille <andrewbille@gmail.com>)
Список pgsql-bugs
Andrew Bille <andrewbille@gmail.com> writes:
> After 70ffb27b in REL_12 following script
> CREATE OR REPLACE PROCEDURE p(inout a anyelement, inout b anyelement)
> LANGUAGE SQL
> AS $$
>   SELECT $1, 1;
> $$;
> CALL p(1.1, null);
> crash server with backtrace:

Thanks for the report!  It's fine in v13 and later, so I must have
missed something while back-patching.  Will look.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Visibility of a local variable
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Visibility of a local variable