Re: [HACKERS] Intermittent buildfarm failures due to timestamptz test

2007-02-16 Thread Bruce Momjian
Seneca Cunningham wrote:
> Multiple systems are occasionally failing the timestamptz test at the 
> check stage.  From what I can tell, this is due to the newly added ISO
> week checks referring to TIMESTAMP_TBL used by the timestamp test 
> instead of TIMESTAMPTZ_TBL.  Both checks run at the same segment, so
> the test fails if the timing between the timestamp and timestamptz 
> checks doesn't match.
> 
> http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=jackal&dt=2007-02-16%2012:21:01

Alvaro has committed a fix for this.

-- 
  Bruce Momjian  <[EMAIL PROTECTED]>  http://momjian.us
  EnterpriseDB   http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


[HACKERS] Intermittent buildfarm failures due to timestamptz test

2007-02-16 Thread Seneca Cunningham
Multiple systems are occasionally failing the timestamptz test at the 
check stage.  From what I can tell, this is due to the newly added ISO
week checks referring to TIMESTAMP_TBL used by the timestamp test 
instead of TIMESTAMPTZ_TBL.  Both checks run at the same segment, so
the test fails if the timing between the timestamp and timestamptz 
checks doesn't match.

http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=jackal&dt=2007-02-16%2012:21:01

-- 
Seneca
[EMAIL PROTECTED]

---(end of broadcast)---
TIP 6: explain analyze is your friend