pgsql: Simplify replacement code for strtof.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Simplify replacement code for strtof.
Дата
Msg-id E1oKUQX-000eK7-Qc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cbf4403134738245db48b306c62eb1258f2b2bd0

Modified Files
--------------
configure                  | 16 +---------------
configure.ac               |  4 +---
src/include/pg_config.h.in |  3 ---
src/include/port.h         |  4 ----
src/port/strtof.c          | 38 --------------------------------------
src/tools/msvc/Solution.pm |  1 -
6 files changed, 2 insertions(+), 64 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Simplify gettimeofday for Windows.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Remove unportable use of timezone in recent test