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

From Tom Lane
Subject Re: [HACKERS] float4 confused as int??
Date
Msg-id 9970.949333955@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] float4 confused as int??  (Ed Loehr <eloehr@austin.rr.com>)
List pgsql-hackers
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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] freefuncs.c is never called from anywhere!?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Duplicate index check in btbuild