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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Provide a complete set of file-permission-bit macros in win32.h.
Date: 2010-12-11 18:11:29
Message-ID: E1PRTur-0001ON-Vv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-11 19:18:06 pgsql: Clean up some copied-and-pasted code in pg_upgrade.
Previous Message Tom Lane 2010-12-11 18:00:26 Re: [COMMITTERS] pgsql: Use symbolic names not octal constants for file permission flags