Skip recently-added umask() call on Windows.
Noah Misch <noah@leadboat.com>
Skip recently-added umask() call on Windows. Symbols S_IRWXG and S_IRWXO became available to Windows builds in commit 1319002e2ee166c06b38cdbc5e8508c7205fa115, so PostgreSQL 9.0 cannot use them in platform-independent code. Rewrite commit 24aed2124a5273e4cb543b06d4b7bb2c2ad5bf3c to not change Windows builds. The new umask() call had no effect on Windows, anyway. Per buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_tar.c | modified | +14 −13 |