mirror of
https://github.com/postgres/postgres.git
synced 2026-06-16 21:53:38 -04:00
157349e3af
was causing it not to detect out-of-range float values, as evidenced by failure of float8 regression test. I corrected that logic and also modified expected float8 results to account for new error message generated for out-of-range inputs.