Re: Regression failures: time, timetz, horology

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: Regression failures: time, timetz, horology
Date: 2005-05-26 15:18:58
Message-ID: 2496.1117120738@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> I'm getting time, timetz, and horology regression failures in HEAD
> on Solaris 9 / gcc 3.4.2. So are other machines in the build farm,
> such as this one:

I'll bet a nickel this broke it:

2005-05-25 23:48 momjian

* src/: backend/utils/adt/datetime.c,
interfaces/ecpg/pgtypeslib/interval.c: Display only 9 not 10 digits
of precision for timestamp values when using non-integer
timestamps. This prevents the display of rounding errors for
common values like days < 32.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-05-26 15:25:19 Re: Regression failures: time, timetz, horology
Previous Message Andrew Dunstan 2005-05-26 15:17:44 Re: soundex and metaphone

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-05-26 15:25:19 Re: Regression failures: time, timetz, horology
Previous Message Michael Fuhr 2005-05-26 14:49:12 Regression failures: time, timetz, horology