Re: [HACKERS] OpenFile() Permissions Refactor - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] OpenFile() Permissions Refactor
Date
Msg-id dd470032-5c7b-f53e-8550-682f4e05bff6@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] OpenFile() Permissions Refactor  (David Steele <david@pgmasters.net>)
Responses Re: [HACKERS] OpenFile() Permissions Refactor  (David Steele <david@pgmasters.net>)
List pgsql-hackers
On 9/13/17 10:26, David Steele wrote:
> Here's a new patch based on your review.  Where I had a question I made
> a choice as described below:

I have committed the changes to the file APIs and a fix for the umask
save/restore issue.

The mkdir changes didn't really inspire me.  Replacing mkdir() with
MakeDirectoryPerm() without any change in functionality doesn't really
improve clarity.  Maybe we'll revisit that when your next patches arrive.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] [BUGS] BUG #14825: enum type: unsafe use?
Next
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type