Re: uh-oh, buildfarm all red

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: uh-oh, buildfarm all red
Date: 2006-04-03 00:35:09
Message-ID: 44306DBD.8060507@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-03 00:42:12 Re: WAL Bypass for indexes
Previous Message Jonah H. Harris 2006-04-03 00:22:05 Re: WAL Bypass for indexes