Re: [HACKERS] float4 confused as int?? - Mailing list pgsql-hackers

From Ed Loehr
Subject Re: [HACKERS] float4 confused as int??
Date
Msg-id 3895B937.FEFA87F1@austin.rr.com
Whole thread Raw
In response to [HACKERS] float4 confused as int??  (Ed Loehr <eloehr@austin.rr.com>)
List pgsql-hackers
Ed Loehr wrote:
> 
> Tom Lane wrote:
> >
> > Ed Loehr <eloehr@austin.rr.com> writes:
> > > emsdb=>   UPDATE contract_activity_type SET duration = 3.5, updater_id
> > > = 1, last_update = now() WHERE id = 72;
> > > ERROR:  pg_atoi: error in "3.5": can't parse ".5"
> >
> > ?? What version are you running?  I can't reproduce that with either
> > 6.5.3 or current sources.
> 
> 6.5.2

This happens only via DBI/DBD::Pg.  I can't reproduce via psql.

Cheers,
Ed Loehr


pgsql-hackers by date:

Previous
From: Ed Loehr
Date:
Subject: Re: [HACKERS] float4 confused as int??
Next
From: Don Baccus
Date:
Subject: Re: [HACKERS] END/ABORT