From 98b56067ed1c0d2cf555a231d5e66ee91c67ce96 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Tue, 3 Jun 1997 14:34:51 +0000 Subject: [PATCH] Use error message syntax consistant with other messages from the same reference platform (Linux/gcc-lib/i686). --- src/test/regress/expected/float8.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- 2.39.5