summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-07-02 19:34:41 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-07-02 19:34:41 +0000
commite0c8f4bbadb651f17448510358d995a4d2bb7db4 (patch)
treeea5169906a930e890fe08b3ab3da08472eab8e56 /src
parent1d15afda136deef870aa9f70c795b9062ea23b67 (diff)
In any case, it seems the REL7_1 branch needs the update too...
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';