- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc69e7d5
committed
Skip recently-added umask() call on Windows.
Symbols S_IRWXG and S_IRWXO became available to Windows builds in commit1319002, so PostgreSQL 9.0 cannot usethem in platform-independent code. Rewrite commit24aed21 to not change Windows builds.The new umask() call had no effect on Windows, anyway. Per buildfarm.1 parent68e83c1 commitc69e7d5
1 file changed
+14
-13
lines changedLines changed: 14 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
378 |
| - | |
379 |
| - | |
380 | 378 |
| |
381 | 379 |
| |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 | 380 |
| |
391 |
| - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
392 | 395 |
| |
393 | 396 |
| |
394 | 397 |
| |
| |||
421 | 424 |
| |
422 | 425 |
| |
423 | 426 |
| |
424 |
| - | |
425 |
| - | |
426 | 427 |
| |
427 | 428 |
| |
428 | 429 |
| |
|
0 commit comments
Comments
(0)