forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b61b3e
committed
Assorted fixes to make pg_upgrade build on MSVC.
* There is no chmod() on Windows.* Must always use the 3-parameter version of open()* There is no dynloader.h - but it also appears unnecessary on all platforms* Don't include shlobj.h because it causes compile errors, and from what I can see it's not actually used. This may need to be added back for mingw and/or cygwin in the worst case.1 parentf1ac08d commit2b61b3e
4 files changed
+3
-5
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
| 430 | + | |
430 | 431 |
| |
431 | 432 |
| |
432 | 433 |
| |
| 434 | + | |
433 | 435 |
| |
434 | 436 |
| |
435 | 437 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
|
0 commit comments
Comments
(0)