Re: Datetime regression tests are all failing

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Datetime regression tests are all failing
Date: 2001-01-18 06:24:57
Message-ID: 3A668C39.4C86CD83@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fixes committed.

- Thomas

Fix up "Postgres-style" time interval representation when fields have
mixed-signs. Previous effort left way too many minus signs, and was at
least as broken as the one before that :(
Clean up "ISO-style" time interval representation to omit zero fields if
there is at least one non-zero field. Supress some leading plus signs
when not necessary for clarity.
Replace every #ifdef __CYGWIN__ block with a cleaner TIMEZONE_GLOBAL
macro
defined in datetime.h.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-18 06:35:38 Datetime regression tests are all failing
Previous Message Thomas Lockhart 2001-01-18 05:58:56 Re: Datetime regression tests are all failing