Re: BUG #15477: Procedure call with named inout refcursor parameter - "invalid input syntax for type boolean" error

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: stepaunov(at)gmail(dot)com
Subject: Re: BUG #15477: Procedure call with named inout refcursor parameter - "invalid input syntax for type boolean" error
Date: 2018-11-01 15:52:07
Message-ID: 87va5g4x2e.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>>>> "PG" == PG Bug reporting form <noreply(at)postgresql(dot)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)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2018-11-01 16:11:42 Re: BUG #15477: Procedure call with named inout refcursor parameter - "invalid input syntax for type boolean" error
Previous Message Andrew Gierth 2018-11-01 15:43:19 Re: BUG #15475: Views over CITEXT columns return no data