CALL stmt, ERROR: unrecognized node type: 113 bug

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема CALL stmt, ERROR: unrecognized node type: 113 bug
Дата
Msg-id CAFj8pRDxOwPPzpA8i+AQeDQFj7bhVw-dR2==rfWZ3zMGkm568Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Список pgsql-hackers
Hi

I am playing with procedures little bit

I found few bugs

create procedure test(a int)
as $$
begin
  raise notice '>>>%<<<', a;
end;
$$ language plpgsql;

call test(10); -- ok

postgres=# call test((select 10));
ERROR:  unrecognized node type: 113

postgres=# \sf test
ERROR:  cache lookup failed for type 0

Regards

Pavel

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

Предыдущее
От: Chapman Flack
Дата:
Сообщение: Re: git instructions
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: git instructions