From: Tom Lane Date: Mon, 2 Jul 2001 19:34:41 +0000 (+0000) Subject: In any case, it seems the REL7_1 branch needs the update too... X-Git-Tag: REL7_1_3~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0c8f4bbadb651f17448510358d995a4d2bb7db4;p=thirdparty%2Fpostgresql.git In any case, it seems the REL7_1 branch needs the update too... --- 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';