pgsql: Skip recently-added umask() call on Windows.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Skip recently-added umask() call on Windows.
Дата
Msg-id E1ZeatV-0005I2-Tv@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Teach planstate_tree_walker about custom scans.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Allow autoanalyze to add pages deleted from pending list to FSM