OSDN Git Service

Update abstime expected results to match post-30-June-2001 reality.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Jul 2001 19:31:52 +0000 (19:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Jul 2001 19:31:52 +0000 (19:31 +0000)
Probably the right fix is to remove 'current' special value entirely,
but I don't want to see regression test failures until that happens.

src/test/regress/expected/abstime-solaris-1947.out
src/test/regress/expected/abstime.out

index 569205a..a637e35 100644 (file)
@@ -47,10 +47,9 @@ SELECT '' AS six, ABSTIME_TBL.*
      | Sun Jan 14 03:14:21 1973 PST
      | Mon May 01 00:30:30 1995 PDT
      | epoch
-     | current
      | -infinity
      | Sat May 10 23:59:12 1947 PDT
-(6 rows)
+(5 rows)
 
 SELECT '' AS six, ABSTIME_TBL.*
    WHERE ABSTIME_TBL.f1 > abstime '-infinity';
index 391b4e3..7ae8941 100644 (file)
@@ -47,10 +47,9 @@ SELECT '' AS six, ABSTIME_TBL.*
      | Sun Jan 14 03:14:21 1973 PST
      | Mon May 01 00:30:30 1995 PDT
      | epoch
-     | current
      | -infinity
      | Sat May 10 23:59:12 1947 PST
-(6 rows)
+(5 rows)
 
 SELECT '' AS six, ABSTIME_TBL.*
    WHERE ABSTIME_TBL.f1 > abstime '-infinity';