diff --git a/src/test/regress/expected/float8.out b/src/test/regress/expected/float8.out index 4687acc251f..533d9a47e58 100644 --- a/src/test/regress/expected/float8.out +++ b/src/test/regress/expected/float8.out @@ -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!