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

From Ed Loehr
Subject Re: [HACKERS] float4 confused as int??
Date
Msg-id 3895D678.A55E96B1@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:
> 
> 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.

Not getting enough sleep...

Correction:  DBI or not makes no difference.  I can reproduce it on
*this* table via psql, but I cannot reproduce on a newly created table
with a float column.


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] END/ABORT
Next
From: Patrick Welche
Date:
Subject: Re: [HACKERS] Another nasty cache problem