Re: need higher extra_float_digits value (3)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Keh-Cheng Chu <kehcheng(at)solar2(dot)Stanford(dot)EDU>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: need higher extra_float_digits value (3)
Date: 2009-09-11 19:17:55
Message-ID: 9030.1252696675@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Keh-Cheng Chu <kehcheng(at)solar2(dot)Stanford(dot)EDU> writes:
> I have been running a locally modified postgresql server with
> extra_float_digits' upper limit increased by one to 3 and a
> modified pg_dump which sets extra_float_digits to 3; I have
> verified that the modification does what I need and it does
> not seem to have any side effect other than providing one
> more significant figure than needed for double precision
> binary to decimal conversion. I would like to ask the
> postgresql development team to consider it for a future
> release.

Committed for 8.5.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas 2009-09-11 22:19:18 BUG #5049: query crashing backend with TRAP: FailedAssertion
Previous Message Tom Lane 2009-09-10 14:16:12 Re: BUG #5048: psql: \g doesn't redirect COPY TO STDOUT, but redirects next query