forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit252c358
committed
Rename strtoi() to strtoint().
NetBSD has seen fit to invent a libc function named strtoi(), whichconflicts with the long-established static functions of the same name indatetime.c and ecpg's interval.c. While muttering darkly about intrusionson application namespace, we'll rename our functions to avoid the conflict.Back-patch to all supported branches, since this would affect attemptsto build any of them on recent NetBSD.Thomas Munro1 parent23da66f commit252c358
File tree
2 files changed
+17
-17
lines changed- src
- backend/utils/adt
- interfaces/ecpg/pgtypeslib
2 files changed
+17
-17
lines changedLines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 |
| - | |
| 258 | + | |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| |||
831 | 831 |
| |
832 | 832 |
| |
833 | 833 |
| |
834 |
| - | |
| 834 | + | |
835 | 835 |
| |
836 | 836 |
| |
837 | 837 |
| |
| |||
994 | 994 |
| |
995 | 995 |
| |
996 | 996 |
| |
997 |
| - | |
| 997 | + | |
998 | 998 |
| |
999 | 999 |
| |
1000 | 1000 |
| |
| |||
1850 | 1850 |
| |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 |
| - | |
| 1853 | + | |
1854 | 1854 |
| |
1855 | 1855 |
| |
1856 | 1856 |
| |
| |||
2518 | 2518 |
| |
2519 | 2519 |
| |
2520 | 2520 |
| |
2521 |
| - | |
| 2521 | + | |
2522 | 2522 |
| |
2523 | 2523 |
| |
2524 | 2524 |
| |
2525 | 2525 |
| |
2526 | 2526 |
| |
2527 |
| - | |
| 2527 | + | |
2528 | 2528 |
| |
2529 | 2529 |
| |
2530 | 2530 |
| |
| |||
2552 | 2552 |
| |
2553 | 2553 |
| |
2554 | 2554 |
| |
2555 |
| - | |
| 2555 | + | |
2556 | 2556 |
| |
2557 | 2557 |
| |
2558 | 2558 |
| |
| |||
2602 | 2602 |
| |
2603 | 2603 |
| |
2604 | 2604 |
| |
2605 |
| - | |
| 2605 | + | |
2606 | 2606 |
| |
2607 | 2607 |
| |
2608 | 2608 |
| |
| |||
2889 | 2889 |
| |
2890 | 2890 |
| |
2891 | 2891 |
| |
2892 |
| - | |
| 2892 | + | |
2893 | 2893 |
| |
2894 | 2894 |
| |
2895 | 2895 |
| |
2896 | 2896 |
| |
2897 | 2897 |
| |
2898 | 2898 |
| |
2899 | 2899 |
| |
2900 |
| - | |
| 2900 | + | |
2901 | 2901 |
| |
2902 | 2902 |
| |
2903 | 2903 |
| |
2904 | 2904 |
| |
2905 | 2905 |
| |
2906 |
| - | |
| 2906 | + | |
2907 | 2907 |
| |
2908 | 2908 |
| |
2909 | 2909 |
| |
| |||
3176 | 3176 |
| |
3177 | 3177 |
| |
3178 | 3178 |
| |
3179 |
| - | |
| 3179 | + | |
3180 | 3180 |
| |
3181 | 3181 |
| |
3182 | 3182 |
| |
| |||
3185 | 3185 |
| |
3186 | 3186 |
| |
3187 | 3187 |
| |
3188 |
| - | |
| 3188 | + | |
3189 | 3189 |
| |
3190 | 3190 |
| |
3191 | 3191 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
451 |
| - | |
| 451 | + | |
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
| |||
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
460 |
| - | |
| 460 | + | |
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
|
0 commit comments
Comments
(0)