Re: BUG #15477: Procedure call with named inout refcursor parameter - "invalid input syntax for type boolean" error
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: pgsql-bugs@lists.postgresql.org
Cc: stepaunov@gmail.com
Date: 2018-11-01T15:52:07Z
Lists: pgsql-bugs
>>>>> "PG" == PG Bug reporting form <noreply@postgresql.org> writes: PG> Calling procedure with named inout refcursor parameter leads to PG> "invalid input syntax for type boolean" error. I got a crash (segfault in exec_assign_value) instead. Investigating. -- Andrew (irc:RhodiumToad)
Commits
-
Fix bugs in plpgsql's handling of CALL argument lists.
- 4b0c3712c530 11.1 landed
- 15c7293477a6 12.0 landed