Skip recently-added umask() call on Windows.

Noah Misch <noah@leadboat.com>

Commit: c69e7d5c78af946b22d46afc60823d20197ca3e3
Author: Noah Misch <noah@leadboat.com>
Date: 2015-09-23T03:37:26Z
Releases: 9.0.23
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

PathChange+/−
src/bin/pg_dump/pg_backup_tar.c modified +14 −13