BUG #14026: Problem to convert number to real

From: carlos_penteado(at)yahoo(dot)com(dot)br
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14026: Problem to convert number to real
Date: 2016-03-16 20:07:06
Message-ID: 20160316200706.5227.26504@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14026
Logged by: Carlos
Email address: carlos_penteado(at)yahoo(dot)com(dot)br
PostgreSQL version: 9.4.5
Operating system: windows
Description:

SELECT 109048.96::float, 0.96::float
RETURNS
109048.96;0.96
but
SELECT 109048.96::real, 0.96::real
RETURNS
109049;0.96

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Philip White 2016-03-16 20:53:57 postmaster became multithreaded during startup
Previous Message jan.kort 2016-03-16 15:08:11 BUG #14025: Unable to validate constraints