![]() |
MobilityDB 1.3
|
◆ float8_in_opt_error()
float8in_internal_opt_error - guts of float8in()
This is exposed for use by functions that want a reasonably platform-independent way of inputting doubles. The behavior is essentially like strtod + ereport on error, but note the following differences:
"num" could validly be declared "const char *", but that results in an unreasonable amount of extra casting both here and in callers, so we don't. |