Thread: BUG #13516: no binary output function available for type void

BUG #13516: no binary output function available for type void

From
ganuri@gmail.com
Date:
The following bug has been logged on the website:

Bug reference:      13516
Logged by:          Nuri Boardman
Email address:      ganuri@gmail.com
PostgreSQL version: 9.0.4
Operating system:   Windows 7
Description:

calling a stored procedure which has return type void

using PQexecParams
and passing 1 for the last argument (binary results)

Re: BUG #13516: no binary output function available for type void

From
Tom Lane
Date:
ganuri@gmail.com writes:
> The following bug has been logged on the website:
> Bug reference:      13516
> Logged by:          Nuri Boardman
> Email address:      ganuri@gmail.com
> PostgreSQL version: 9.0.4
> Operating system:   Windows 7
> Description:

> calling a stored procedure which has return type void
> using PQexecParams
> and passing 1 for the last argument (binary results)

That was fixed way back in 9.1.

Since 9.0.x will be out of support this fall, you really should be
thinking about an upgrade.

            regards, tom lane

Re: BUG #13516: no binary output function available for type void

From
Nuri Boardman
Date:
We're going to 9.4 very shortly. Thanks for letting me know it's fixed.
On Jul 23, 2015 6:58 PM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:

> ganuri@gmail.com writes:
> > The following bug has been logged on the website:
> > Bug reference:      13516
> > Logged by:          Nuri Boardman
> > Email address:      ganuri@gmail.com
> > PostgreSQL version: 9.0.4
> > Operating system:   Windows 7
> > Description:
>
> > calling a stored procedure which has return type void
> > using PQexecParams
> > and passing 1 for the last argument (binary results)
>
> That was fixed way back in 9.1.
>
> Since 9.0.x will be out of support this fall, you really should be
> thinking about an upgrade.
>
>                         regards, tom lane
>