Re: Horology failures

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Horology failures
Date: 2003-10-28 03:53:47
Message-ID: 3F9DE84B.6070401@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I thought you said that yesterday?

Chris

Bruce Momjian wrote:

> Time zone changes --- will be OK tomorrow.
>
> ---------------------------------------------------------------------------
>
> Christopher Kings-Lynne wrote:
>
>>I'm still seeing Horology failures on FreeBSD 4.9...
>>
>>See attached diff.
>>
>>Chris
>>
>
>
>>*** ./expected/horology.out Thu Sep 25 14:58:06 2003
>>--- ./results/horology.out Tue Oct 28 11:29:24 2003
>>***************
>>*** 577,583 ****
>> SELECT (timestamp with time zone 'today' = (timestamp with time zone 'yesterday' + interval '1 day')) as "True";
>> True
>> ------
>>! t
>> (1 row)
>>
>> SELECT (timestamp with time zone 'today' = (timestamp with time zone 'tomorrow' - interval '1 day')) as "True";
>>--- 577,583 ----
>> SELECT (timestamp with time zone 'today' = (timestamp with time zone 'yesterday' + interval '1 day')) as "True";
>> True
>> ------
>>! f
>> (1 row)
>>
>> SELECT (timestamp with time zone 'today' = (timestamp with time zone 'tomorrow' - interval '1 day')) as "True";
>>***************
>>*** 589,595 ****
>> SELECT (timestamp with time zone 'tomorrow' = (timestamp with time zone 'yesterday' + interval '2 days')) as "True";
>> True
>> ------
>>! t
>> (1 row)
>>
>> SELECT (timestamp with time zone 'tomorrow' > 'now') as "True";
>>--- 589,595 ----
>> SELECT (timestamp with time zone 'tomorrow' = (timestamp with time zone 'yesterday' + interval '2 days')) as "True";
>> True
>> ------
>>! f
>> (1 row)
>>
>> SELECT (timestamp with time zone 'tomorrow' > 'now') as "True";
>>
>>======================================================================
>>
>
>
>>---------------------------(end of broadcast)---------------------------
>>TIP 3: if posting/reading through Usenet, please send an appropriate
>> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>> message can get through to the mailing list cleanly
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2003-10-28 04:04:04 Re: Open items
Previous Message Alvaro Herrera 2003-10-28 03:50:22 Re: Open items