Re: uh-oh, buildfarm all red - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: uh-oh, buildfarm all red
Date
Msg-id 44306DBD.8060507@dunslane.net
Whole thread Raw
In response to uh-oh, buildfarm all red  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: uh-oh, buildfarm all red
List pgsql-hackers

Tom Lane wrote:

>Looks like someone has re-introduced a test case that fails on the day
>of a US daylight-savings transition.
>
>I vote we take that test case out again.  Any objections?
>
>    
>  
>

Hmm ... this test has actually been in there for ages.
 SELECT CAST(CAST(date 'today' + time with time zone '01:30'   + interval '02:01' AS time with time zone) AS time) AS
"03:31:00";


Looks like it failed last April but not last October.


I don't actually see in the CVS log where we removed those tests ... either the log is missing a bit or I'm going
blind.

Anyway ... yes, let's remove it.

cheers

andrew







pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: WAL Bypass for indexes
Next
From: Tom Lane
Date:
Subject: Re: WAL Bypass for indexes