forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcbf4403
committed
Simplify replacement code for strtof.
strtof() is in C99 and all targeted systems have it. We can remove theconfigure probe and some dead code, but we still need replacement codefor a couple of systems that have known buggy implementations selectedvia platform template.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/152683.1659830125%40sss.pgh.pa.us1 parent24c3ce8 commitcbf4403
File tree
6 files changed
+2
-64
lines changed- src
- include
- port
- tools/msvc
6 files changed
+2
-64
lines changedLines changed: 1 addition & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16734 | 16734 |
| |
16735 | 16735 |
| |
16736 | 16736 |
| |
16737 |
| - | |
16738 |
| - | |
16739 |
| - | |
16740 |
| - | |
16741 |
| - | |
16742 |
| - | |
16743 |
| - | |
16744 |
| - | |
16745 |
| - | |
16746 |
| - | |
16747 |
| - | |
16748 |
| - | |
16749 |
| - | |
16750 | 16737 |
| |
16751 | 16738 |
| |
16752 | 16739 |
| |
| |||
16770 | 16757 |
| |
16771 | 16758 |
| |
16772 | 16759 |
| |
16773 |
| - | |
16774 |
| - | |
| 16760 | + | |
16775 | 16761 |
| |
16776 | 16762 |
| |
16777 | 16763 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1874 | 1874 |
| |
1875 | 1875 |
| |
1876 | 1876 |
| |
1877 |
| - | |
1878 | 1877 |
| |
1879 | 1878 |
| |
1880 | 1879 |
| |
| |||
1885 | 1884 |
| |
1886 | 1885 |
| |
1887 | 1886 |
| |
1888 |
| - | |
1889 |
| - | |
| 1887 | + | |
1890 | 1888 |
| |
1891 | 1889 |
| |
1892 | 1890 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 | 463 |
| |
467 | 464 |
| |
468 | 465 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 | 390 |
| |
395 | 391 |
| |
396 | 392 |
| |
|
Lines changed: 0 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 19 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 | 20 |
| |
57 | 21 |
| |
58 | 22 |
| |
| |||
119 | 83 |
| |
120 | 84 |
| |
121 | 85 |
| |
122 |
| - | |
123 |
| - |
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
353 | 352 |
| |
354 | 353 |
| |
355 | 354 |
| |
|
0 commit comments
Comments
(0)