pgsql: Provide a complete set of file-permission-bit macros in win32.h. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Provide a complete set of file-permission-bit macros in win32.h.
Date
Msg-id E1PRTur-0001ON-Vv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Provide a complete set of file-permission-bit macros in win32.h.

My previous patch exposed the fact that we didn't have these.  Those
hard-wired octal constants were actually wrong on Windows, not just
inconsistent.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1319002e2ee166c06b38cdbc5e8508c7205fa115

Modified Files
--------------
src/include/port/win32.h |   19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Allow bidirectional copy messages in streaming replication mode.
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up some copied-and-pasted code in pg_upgrade.