mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.
This commit is contained in:
@ -418,8 +418,7 @@ SELECT '1 e7'::seg AS seg;
|
||||
ERROR: bad seg representation
|
||||
DETAIL: syntax error at or near "e"
|
||||
SELECT '1e700'::seg AS seg;
|
||||
ERROR: syntax error
|
||||
DETAIL: numeric value 1e700 unrepresentable
|
||||
ERROR: "1e700" is out of range for type real
|
||||
--
|
||||
-- testing the operators
|
||||
--
|
||||
|
Reference in New Issue
Block a user