Horology failures - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Horology failures
Date
Msg-id 3F9DE3D4.1050601@familyhealth.com.au
Whole thread Raw
Responses Re: Horology failures
Re: Horology failures
List pgsql-hackers
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";

======================================================================


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Open items
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Open items