CALL stmt, ERROR: unrecognized node type: 113 bug - Mailing list pgsql-hackers

From Pavel Stehule
Subject CALL stmt, ERROR: unrecognized node type: 113 bug
Date
Msg-id CAFj8pRDxOwPPzpA8i+AQeDQFj7bhVw-dR2==rfWZ3zMGkm568Q@mail.gmail.com
Whole thread Raw
Responses Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Re: CALL stmt, ERROR: unrecognized node type: 113 bug
List 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 by date:

Previous
From: Chapman Flack
Date:
Subject: Re: git instructions
Next
From: Magnus Hagander
Date:
Subject: Re: git instructions