Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 755e367

Browse files
committed
Update abstime expected results to match post-30-June-2001 reality.
Probably the right fix is to remove 'current' special value entirely, but I don't want to see regression test failures until that happens.
1 parent a29f6c0 commit 755e367

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ SELECT '' AS six, ABSTIME_TBL.*
4747
| Sun Jan 14 03:14:21 1973 PST
4848
| Mon May 01 00:30:30 1995 PDT
4949
| epoch
50-
| current
5150
| -infinity
5251
| Sat May 10 23:59:12 1947 PDT
53-
(6 rows)
52+
(5 rows)
5453

5554
SELECT '' AS six, ABSTIME_TBL.*
5655
WHERE ABSTIME_TBL.f1 > abstime '-infinity';

src/test/regress/expected/abstime.out

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ SELECT '' AS six, ABSTIME_TBL.*
4747
| Sun Jan 14 03:14:21 1973 PST
4848
| Mon May 01 00:30:30 1995 PDT
4949
| epoch
50-
| current
5150
| -infinity
5251
| Sat May 10 23:59:12 1947 PST
53-
(6 rows)
52+
(5 rows)
5453

5554
SELECT '' AS six, ABSTIME_TBL.*
5655
WHERE ABSTIME_TBL.f1 > abstime '-infinity';

0 commit comments

Comments
 (0)