| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Skip recently-added umask() call on Windows. |
| Date: | 2015-09-23 03:38:57 |
| Message-ID: | E1ZeatV-0005I2-Tv@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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.
Branch
------
REL9_0_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/c69e7d5c78af946b22d46afc60823d20197ca3e3
Modified Files
--------------
src/bin/pg_dump/pg_backup_tar.c | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Teodor Sigaev | 2015-09-23 12:34:21 | pgsql: Allow autoanalyze to add pages deleted from pending list to FSM |
| Previous Message | Robert Haas | 2015-09-23 01:43:10 | pgsql: Teach planstate_tree_walker about custom scans. |