forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit481c8e9
committed
Assume that we have utime() and <utime.h>.
These are required by POSIX since SUSv2, and no live platforms failto provide them. On Windows, utime() exists and we bring our own<utime.h>, so we're good there too. So remove the configure probesand ad-hoc substitute code. We don't need to check for utimes()anymore either, since that was only used as a substitute.In passing, make the Windows build include <sys/utime.h> only wherewe need it, not everywhere.This is part of a series of commits to get rid of no-longer-relevantconfigure checks and dead src/port/ code. I'm committing them separatelyto make it easier to back out individual changes if they prove lessportable than I expect.Discussion:https://postgr.es/m/15379.1582221614@sss.pgh.pa.us1 parentf88a058 commit481c8e9
File tree
8 files changed
+8
-59
lines changed- src
- backend
- libpq
- utils/init
- include
- port
- win32_msvc
- tools/msvc
8 files changed
+8
-59
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12762 | 12762 |
| |
12763 | 12763 |
| |
12764 | 12764 |
| |
12765 |
| - | |
| 12765 | + | |
12766 | 12766 |
| |
12767 | 12767 |
| |
12768 | 12768 |
| |
| |||
14925 | 14925 |
| |
14926 | 14926 |
| |
14927 | 14927 |
| |
14928 |
| - | |
| 14928 | + | |
14929 | 14929 |
| |
14930 | 14930 |
| |
14931 | 14931 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1300 | 1300 |
| |
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 |
| - | |
1304 | 1303 |
| |
1305 | 1304 |
| |
1306 | 1305 |
| |
| |||
1642 | 1641 |
| |
1643 | 1642 |
| |
1644 | 1643 |
| |
1645 |
| - | |
1646 |
| - | |
1647 | 1644 |
| |
1648 | 1645 |
| |
1649 | 1646 |
| |
|
Lines changed: 2 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
85 | 84 |
| |
86 |
| - | |
87 | 85 |
| |
88 | 86 |
| |
89 | 87 |
| |
| |||
866 | 864 |
| |
867 | 865 |
| |
868 | 866 |
| |
869 |
| - | |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 |
| - | |
875 |
| - | |
876 |
| - | |
877 |
| - | |
878 |
| - | |
879 |
| - | |
880 |
| - | |
881 |
| - | |
882 |
| - | |
| 867 | + | |
| 868 | + | |
883 | 869 |
| |
884 | 870 |
| |
885 | 871 |
| |
|
Lines changed: 2 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 |
| - | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
| |||
1213 | 1211 |
| |
1214 | 1212 |
| |
1215 | 1213 |
| |
1216 |
| - | |
1217 |
| - | |
1218 |
| - | |
1219 |
| - | |
1220 |
| - | |
1221 |
| - | |
1222 |
| - | |
1223 |
| - | |
1224 |
| - | |
1225 |
| - | |
1226 |
| - | |
1227 |
| - | |
1228 |
| - | |
1229 |
| - | |
1230 |
| - | |
1231 |
| - | |
1232 |
| - | |
1233 |
| - | |
1234 |
| - | |
1235 |
| - | |
1236 |
| - | |
1237 |
| - | |
1238 |
| - | |
| 1214 | + | |
| 1215 | + | |
1239 | 1216 |
| |
1240 | 1217 |
| |
1241 | 1218 |
| |
|
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 |
| - | |
666 |
| - | |
667 |
| - | |
668 |
| - | |
669 |
| - | |
670 |
| - | |
671 |
| - | |
672 |
| - | |
673 |
| - | |
674 | 665 |
| |
675 | 666 |
| |
676 | 667 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + |
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 | 393 |
| |
397 | 394 |
| |
398 | 395 |
| |
|
0 commit comments
Comments
(0)