Thread: BUG #13871: Format '%2f' invalid or incompatible with argument

BUG #13871: Format '%2f' invalid or incompatible with argument

From
luisandro@hotmail.com
Date:
The following bug has been logged on the website:

Bug reference:      13871
Logged by:          Luisandro
Email address:      luisandro@hotmail.com
PostgreSQL version: Unsupported/Unknown
Operating system:   windows 8 64
Description:

Hi, my version is 8.4

For all my functions that i try execute, this is the return : Format '%2f'
invalid or incompatible with argument.

Re: BUG #13871: Format '%2f' invalid or incompatible with argument

From
"David G. Johnston"
Date:
On Fri, Jan 15, 2016 at 12:27 PM, <luisandro@hotmail.com> wrote:

> The following bug has been logged on the website:
>
> Bug reference:      13871
> Logged by:          Luisandro
> Email address:      luisandro@hotmail.com
> PostgreSQL version: Unsupported/Unknown
> Operating system:   windows 8 64
> Description:
>
> Hi, my version is 8.4
>
> For all my functions that i try execute, this is the return : Format '%2f=
'
> invalid or incompatible with argument
>

=E2=80=8BSo, yeah, 8.4 is no longer supported.

As for your question: what EXACTLY are you doing to causes this message?

David J.

Re: BUG #13871: Format '%2f' invalid or incompatible with argument

From
Gavin Flower
Date:
On 16/01/16 10:14, David G. Johnston wrote:
> On Fri, Jan 15, 2016 at 12:27 PM, <luisandro@hotmail.com
> <mailto:luisandro@hotmail.com>>wrote:
>
>     The following bug has been logged on the website:
>
>     Bug reference:      13871
>     Logged by:          Luisandro
>     Email address: luisandro@hotmail.com <mailto:luisandro@hotmail.com>
>     PostgreSQL version: Unsupported/Unknown
>     Operating system:   windows 8 64
>     Description:
>
>     Hi, my version is 8.4
>
>     For all my functions that i try execute, this is the return :
>     Format '%2f'
>     invalid or incompatible with argument
>
>
> ​ So, yeah, 8.4 is no longer supported.
>
> As for your question: what EXACTLY are you doing to causes this message?
>
> David J.
>
Oldest supported version: 9.1.19

Latest version: 9.5.0 (released a few days ago).


Cheers,
Gavin

Re: BUG #13871: Format '%2f' invalid or incompatible with argument

From
Tom Lane
Date:
Gavin Flower <GavinFlower@archidevsys.co.nz> writes:
> On 16/01/16 10:14, David G. Johnston wrote:
>> On Fri, Jan 15, 2016 at 12:27 PM, <luisandro@hotmail.com
>> <mailto:luisandro@hotmail.com>>wrote:
>>> For all my functions that i try execute, this is the return :
>>> Format '%2f' invalid or incompatible with argument

>> ​ So, yeah, 8.4 is no longer supported.

FWIW, there is no such error message anywhere in the Postgres sources;
not now, and not back in 8.4 either.  So whatever is producing this
complaint is not our code anyway.

            regards, tom lane