Another regression test fails to stand the test of time

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Another regression test fails to stand the test of time
Date: 2001-06-30 21:54:51
Message-ID: 7042.993938091@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

abstime regression test started failing this morning.

SELECT '' AS six, ABSTIME_TBL.*
WHERE ABSTIME_TBL.f1 < abstime 'Jun 30, 2001';

This used to select 'current', but doesn't anymore. Ooops.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-30 22:49:19 Re: RangeTblEntry modifications
Previous Message Alex Pilosov 2001-06-30 21:39:35 RangeTblEntry modifications