forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc415c13
committed
Build src/port/dirmod.c only on Windows.
Since commitba7c597, port/dirmod.chas contained only Windows-specific functions. Most platforms don'tseem to mind uselessly building an empty file, but OS X for one issueswarnings. Hence, treat dirmod.c as a Windows-specific file selectedby configure rather than one that's always built. We can revert thischange if dirmod.c ever gains any non-Windows functionality again.Back-patch to 9.4 where the mentioned commit appeared.1 parentf50b5c7 commitc415c13
4 files changed
+9
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11989 | 11989 |
| |
11990 | 11990 |
| |
11991 | 11991 |
| |
| 11992 | + | |
| 11993 | + | |
| 11994 | + | |
| 11995 | + | |
| 11996 | + | |
| 11997 | + | |
11992 | 11998 |
| |
11993 | 11999 |
| |
11994 | 12000 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1454 | 1454 |
| |
1455 | 1455 |
| |
1456 | 1456 |
| |
| 1457 | + | |
1457 | 1458 |
| |
1458 | 1459 |
| |
1459 | 1460 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
0 commit comments
Comments
(0)