Another regression test fails to stand the test of time

Started by Tom Lanealmost 25 years ago1 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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