| From: | Michael Fuhr <mike(at)fuhr(dot)org> | 
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org | 
| Subject: | Regression failures: time, timetz, horology | 
| Date: | 2005-05-26 14:49:12 | 
| Message-ID: | 20050526144912.GA99489@winnie.fuhr.org | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches | 
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:
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=shark&dt=2005-05-26%2004:21:00
I'm getting the same regression failures shown in that link; here's
an example:
***************
*** 34,45 ****
  
  SELECT f1 AS "Five" FROM TIME_TBL WHERE f1 > '05:06:07';
      Five     
! -------------
   11:59:00
   12:00:00
   12:01:00
   23:59:00
!  23:59:59.99
  (5 rows)
  
  SELECT f1 AS "None" FROM TIME_TBL WHERE f1 < '00:00';
--- 34,45 ----
  
  SELECT f1 AS "Five" FROM TIME_TBL WHERE f1 > '05:06:07';
       Five     
! --------------
   11:59:00
   12:00:00
   12:01:00
   23:59:00
!  23:59:59.990
  (5 rows)
  
  SELECT f1 AS "None" FROM TIME_TBL WHERE f1 < '00:00';
-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-05-26 14:58:25 | Re: soundex and metaphone | 
| Previous Message | Tom Lane | 2005-05-26 14:39:02 | Re: foreign keys and RI triggers | 
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-05-26 15:18:58 | Re: Regression failures: time, timetz, horology | 
| Previous Message | Neil Conway | 2005-05-26 14:15:07 | Re: O_DIRECT for WAL writes |