[PATCH, TRIVIAL] don't specify S_IRUSR|S_IWUSR without O_CREAT

From: Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH, TRIVIAL] don't specify S_IRUSR|S_IWUSR without O_CREAT
Date: 2015-05-29 17:48:02
Message-ID: 20150529174802.GA8539@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just for the record: a minor nit I noticed yesterday.

-- Abhijit

Attachment Content-Type Size
0001-The-file-mode-is-ignored-without-O_CREAT-so-set-it-t.patch text/x-diff 1.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-05-29 17:49:16 Re: fsync-pgdata-on-recovery tries to write to more files than previously
Previous Message Stephen Frost 2015-05-29 17:45:56 Re: Need Force flag for pg_drop_replication_slot()