-*** expected/float8.out Fri Jan 23 11:59:29 1998
---- results/float8.out Wed Feb 25 16:32:43 1998
+*** expected/float8.out Mon Oct 12 16:56:31 1998
+--- results/float8.out Tue Oct 13 17:20:46 1998
***************
-*** 203,217 ****
+*** 195,209 ****
QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 < '0.0' ;
ERROR: can't take log of a negative number
QUERY: SELECT '' AS bad, : (f.f1) from FLOAT8_TBL f;
QUERY: SELECT '' AS bad, f.f1 / '0.0' from FLOAT8_TBL f;
ERROR: float8div: divide by zero error
QUERY: SELECT '' AS five, FLOAT8_TBL.*;
---- 203,209 ----
+--- 195,201 ----
QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 < '0.0' ;
ERROR: can't take log of a negative number
QUERY: SELECT '' AS bad, : (f.f1) from FLOAT8_TBL f;
----------------------
-*** expected/geometry.out Fri Jan 23 11:59:29 1998
---- results/geometry.out Wed Feb 25 16:32:55 1998
-***************
-*** 113,119 ****
- |(-5,-12) |[(10,-10),(-3,-4)] |(-3,-4)
- |(10,10) |[(10,-10),(-3,-4)] |(-3,-4)
- |(0,0) |[(-1000000,200),(300000,-40)]|(0.0028402365895872,15.384614860264)
-! |(-10,0) |[(-1000000,200),(300000,-40)]|(-9.99715942258202,15.3864610140473)
- |(-3,4) |[(-1000000,200),(300000,-40)]|(-2.99789812267519,15.3851688427303)
- |(5.1,34.5)|[(-1000000,200),(300000,-40)]|(5.09647083221496,15.3836744976925)
- |(-5,-12) |[(-1000000,200),(300000,-40)]|(-4.99494420845634,15.3855375281616)
---- 113,119 ----
- |(-5,-12) |[(10,-10),(-3,-4)] |(-3,-4)
- |(10,10) |[(10,-10),(-3,-4)] |(-3,-4)
- |(0,0) |[(-1000000,200),(300000,-40)]|(0.0028402365895872,15.384614860264)
-! |(-10,0) |[(-1000000,200),(300000,-40)]|(-9.99715942258202,15.3864610140472)
- |(-3,4) |[(-1000000,200),(300000,-40)]|(-2.99789812267519,15.3851688427303)
- |(5.1,34.5)|[(-1000000,200),(300000,-40)]|(5.09647083221496,15.3836744976925)
- |(-5,-12) |[(-1000000,200),(300000,-40)]|(-4.99494420845634,15.3855375281616)
-***************
-*** 130,140 ****
+*** expected/geometry.out Mon Oct 12 16:56:34 1998
+--- results/geometry.out Tue Oct 13 17:20:57 1998
+***************
+*** 112,118 ****
+ |(-5,-12) |[(10,-10),(-3,-4)] |(-1.60487804878049,-4.64390243902439)
+ |(10,10) |[(10,-10),(-3,-4)] |(2.39024390243902,-6.48780487804878)
+ |(0,0) |[(-1000000,200),(300000,-40)]|(0.0028402365895872,15.384614860264)
+! |(-10,0) |[(-1000000,200),(300000,-40)]|(-9.99715942258202,15.3864610140473)
+ |(-3,4) |[(-1000000,200),(300000,-40)]|(-2.99789812267519,15.3851688427303)
+ |(5.1,34.5)|[(-1000000,200),(300000,-40)]|(5.09647083221496,15.3836744976925)
+ |(-5,-12) |[(-1000000,200),(300000,-40)]|(-4.99494420845634,15.3855375281616)
+--- 112,118 ----
+ |(-5,-12) |[(10,-10),(-3,-4)] |(-1.60487804878049,-4.64390243902439)
+ |(10,10) |[(10,-10),(-3,-4)] |(2.39024390243902,-6.48780487804878)
+ |(0,0) |[(-1000000,200),(300000,-40)]|(0.0028402365895872,15.384614860264)
+! |(-10,0) |[(-1000000,200),(300000,-40)]|(-9.99715942258202,15.3864610140472)
+ |(-3,4) |[(-1000000,200),(300000,-40)]|(-2.99789812267519,15.3851688427303)
+ |(5.1,34.5)|[(-1000000,200),(300000,-40)]|(5.09647083221496,15.3836744976925)
+ |(-5,-12) |[(-1000000,200),(300000,-40)]|(-4.99494420845634,15.3855375281616)
+***************
+*** 129,139 ****
six|box
---+--------------------------------------------------------------------------
|(2.12132034355964,2.12132034355964),(-2.12132034355964,-2.12132034355964)
(6 rows)
QUERY: SELECT '' AS twentyfour, b.f1 + p.f1 AS translation
---- 130,140 ----
+--- 129,139 ----
six|box
---+--------------------------------------------------------------------------
|(2.12132034355964,2.12132034355964),(-2.12132034355964,-2.12132034355964)
QUERY: SELECT '' AS twentyfour, b.f1 + p.f1 AS translation
***************
-*** 410,434 ****
+*** 409,433 ****
QUERY: SELECT '' AS six, polygon(f1)
FROM CIRCLE_TBL;
six|polygon
(6 rows)
QUERY: SELECT '' AS six, circle(f1, 50.0)
---- 410,434 ----
+--- 409,433 ----
QUERY: SELECT '' AS six, polygon(f1)
FROM CIRCLE_TBL;
six|polygon
QUERY: SELECT '' AS six, circle(f1, 50.0)
***************
-*** 467,477 ****
+*** 466,476 ****
WHERE (p1.f1 <-> c1.f1) > 0
ORDER BY distance, circle, point using <<;
twentyfour|circle |point | distance
|<(100,0),100> |(-5,-12) | 5.68348972285122
|<(1,3),5> |(-10,0) | 6.40175425099138
|<(1,3),5> |(10,10) | 6.40175425099138
---- 467,477 ----
+--- 466,476 ----
WHERE (p1.f1 <-> c1.f1) > 0
ORDER BY distance, circle, point using <<;
twentyfour|circle |point | distance
|<(1,3),5> |(-10,0) |6.40175425099138
|<(1,3),5> |(10,10) |6.40175425099138
***************
-*** 483,489 ****
+*** 482,488 ****
|<(0,0),3> |(10,10) | 11.142135623731
|<(1,3),5> |(-5,-12) | 11.1554944214035
|<(1,2),3> |(-5,-12) | 12.2315462117278
|<(1,2),3> |(5.1,34.5)| 29.757594539282
|<(0,0),3> |(5.1,34.5)| 31.8749193547455
|<(100,200),10>|(5.1,34.5)| 180.778038568384
---- 483,489 ----
+--- 482,488 ----
|<(0,0),3> |(10,10) | 11.142135623731
|<(1,3),5> |(-5,-12) |11.1554944214035
|<(1,2),3> |(-5,-12) |12.2315462117278
----------------------
-*** expected/abstime.out Fri Jan 23 11:59:24 1998
---- results/abstime.out Wed Feb 25 16:32:59 1998
+*** expected/abstime.out Mon Oct 12 16:56:25 1998
+--- results/abstime.out Tue Oct 13 17:21:04 1998
***************
*** 22,28 ****
|current
----------------------
-*** expected/tinterval.out Fri Jan 23 11:59:43 1998
---- results/tinterval.out Wed Feb 25 16:33:01 1998
+*** expected/tinterval.out Mon Oct 12 16:56:57 1998
+--- results/tinterval.out Tue Oct 13 17:21:05 1998
***************
*** 19,25 ****
five|f1
----------------------
-*** expected/horology.out Fri Jan 23 11:59:30 1998
---- results/horology.out Wed Feb 25 16:33:03 1998
+*** expected/horology.out Mon Oct 12 16:56:40 1998
+--- results/horology.out Tue Oct 13 17:21:08 1998
***************
*** 430,436 ****
ORDER BY abstime;
----------------------
-*** expected/random.out Fri Jan 23 11:59:34 1998
---- results/random.out Wed Feb 25 16:37:11 1998
-***************
-*** 7,18 ****
- QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
- count
- -----
-! 92
- (1 row)
-
- QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
- count
- -----
-! 98
- (1 row)
-
---- 7,18 ----
- QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
- count
- -----
-! 95
- (1 row)
-
- QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
- count
- -----
-! 88
- (1 row)
+*** expected/random.out Mon Oct 12 16:56:50 1998
+--- results/random.out Tue Oct 13 17:24:27 1998
+***************
+*** 19,23 ****
+ WHERE random NOT BETWEEN 80 AND 120;
+ random
+ ------
+! (0 rows)
+
+--- 19,24 ----
+ WHERE random NOT BETWEEN 80 AND 120;
+ random
+ ------
+! 121
+! (1 row)
----------------------
+*** expected/rules.out Mon Oct 12 16:56:51 1998
+--- results/rules.out Tue Oct 13 17:25:33 1998
+***************
+*** 315,322 ****
+ pname |sysname
+ ------+-------
+ bm |pluto
+- jwieck|orion
+ jwieck|notjw
+ (3 rows)
+
+ QUERY: delete from rtest_system where sysname = 'orion';
+--- 315,322 ----
+ pname |sysname
+ ------+-------
+ bm |pluto
+ jwieck|notjw
++ jwieck|orion
+ (3 rows)
+
+ QUERY: delete from rtest_system where sysname = 'orion';
+
+----------------------
+