Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 98b5606

Browse files
author
Thomas G. Lockhart
committed
Use error message syntax consistant with other messages from the same
reference platform (Linux/gcc-lib/i686).
1 parent e6924c9 commit 98b5606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/float8.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ QUERY: SELECT '' AS bad, f.f1 * '1e200' from FLOAT8_TBL f;
202202
WARN: Bad float8 input format -- overflow
203203

204204
QUERY: SELECT '' AS bad, f.f1 ^ '1e200' from FLOAT8_TBL f;
205-
WARN: Bad float8 input format -- overflow
205+
WARN:pow() returned a floating point out of the range
206206

207207
QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 = '0.0' ;
208208
WARN:can't take log of 0!

0 commit comments

Comments
 (0)