OSDN Git Service

Use error message syntax consistant with other messages from the same
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 3 Jun 1997 14:34:51 +0000 (14:34 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 3 Jun 1997 14:34:51 +0000 (14:34 +0000)
reference platform (Linux/gcc-lib/i686).

src/test/regress/expected/float8.out

index 4687acc..533d9a4 100644 (file)
@@ -202,7 +202,7 @@ QUERY: SELECT '' AS bad, f.f1 * '1e200' from FLOAT8_TBL f;
 WARN:  Bad float8 input format -- overflow
 
 QUERY: SELECT '' AS bad, f.f1 ^ '1e200' from FLOAT8_TBL f;
-WARN:  Bad float8 input format -- overflow
+WARN:pow() returned a floating point out of the range
 
 QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 = '0.0' ;
 WARN:can't take log of 0!