Re: [patch] PL/Python is too lossy with floats - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [patch] PL/Python is too lossy with floats
Date
Msg-id 55009C5E.9050203@gmx.net
Whole thread Raw
In response to [patch] PL/Python is too lossy with floats  (Marko Kreen <markokr@gmail.com>)
Responses Re: [patch] PL/Python is too lossy with floats
List pgsql-hackers
On 3/3/15 9:32 AM, Marko Kreen wrote:
> PL/Python uses str(v) to convert float data, but is lossy
> by design.  Only repr(v) is guaranteed to have enough
> precision to make floats roundtrip properly:

committed




pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: using CustomScan to inject nodes into the plan
Next
From: Robert Haas
Date:
Subject: Re: using CustomScan to inject nodes into the plan