aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-07-02 19:31:52 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-07-02 19:31:52 +0000
commit755e367cb20091aa0ef5637c0e8882b8db6b39fe (patch)
tree4324130a81f68f3fd9a75220addae68685ccc3b9 /src
parenta29f6c095cf1d4e9a09df796c8df4b0f72fa1220 (diff)
downloadpostgresql-755e367cb20091aa0ef5637c0e8882b8db6b39fe.tar.gz
postgresql-755e367cb20091aa0ef5637c0e8882b8db6b39fe.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/expected/abstime-solaris-1947.out3
-rw-r--r--src/test/regress/expected/abstime.out3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/test/regress/expected/abstime-solaris-1947.out b/src/test/regress/expected/abstime-solaris-1947.out
index 569205ab6b4..a637e353c75 100644
--- a/src/test/regress/expected/abstime-solaris-1947.out
+++ b/src/test/regress/expected/abstime-solaris-1947.out
@@ -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';
diff --git a/src/test/regress/expected/abstime.out b/src/test/regress/expected/abstime.out
index 391b4e361ae..7ae894160fd 100644
--- a/src/test/regress/expected/abstime.out
+++ b/src/test/regress/expected/abstime.out
@@ -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';