Simplify replacement code for strtof.
Thomas Munro <tmunro@postgresql.org>
Simplify replacement code for strtof. strtof() is in C99 and all targeted systems have it. We can remove the configure probe and some dead code, but we still need replacement code for a couple of systems that have known buggy implementations selected via platform template. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/152683.1659830125%40sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +1 −15 |
| configure.ac | modified | +1 −3 |
| src/include/pg_config.h.in | modified | +0 −3 |
| src/include/port.h | modified | +0 −4 |
| src/port/strtof.c | modified | +0 −38 |
| src/tools/msvc/Solution.pm | modified | +0 −1 |
Discussion
- Cleaning up historical portability baggage 108 messages · 2022-07-10 → 2025-06-10