Re: [BUGS] BUG #6096: ECPG set precision of double value to 14 digits

2011-07-18 Thread Michael Meskes
On Sat, Jul 16, 2011 at 09:21:04PM +0900, Akira Kurosawa wrote: > I built PostgreSQL 8.4.8 with the following patch, > then executed same program. Thanks for the patch, applied. Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Michael at BorussiaFan

Re: [BUGS] BUG #6096: ECPG set precision of double value to 14 digits

2011-07-16 Thread Akira Kurosawa
Hi, I built PostgreSQL 8.4.8 with the following patch, then executed same program. This result is same as psql's one. -- testdb=# SELECT * FROM double_table; c1 --- 12345678901234 1234567890.1234 0.12345678901234

[BUGS] BUG #6096: ECPG set precision of double value to 14 digits

2011-07-07 Thread Akira Kurosawa
The following bug has been logged online: Bug reference: 6096 Logged by: Akira Kurosawa Email address: kurosawa-ak...@mxc.nes.nec.co.jp PostgreSQL version: 8.4.5 Operating system: Red Hat Enterprise Linux 5.5 Description:ECPG set precision of double value to 14 digits