From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix EXEC BACKEND + Windows builds for group privs |
Date: | 2018-04-07 23:02:09 |
Message-ID: | E1f4wqX-0008Bc-MH@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix EXEC BACKEND + Windows builds for group privs
Under EXEC BACKEND we also need to be going through the group privileges
setup since we do support that on Unixy systems, so add that to
SubPostmasterMain().
Under Windows, we need to simply return true from
GetDataDirectoryCreatePerm(), but that wasn't happening due to a missing
#else clause.
Per buildfarm.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2b74022473f0c7a7fbe11a4973f80478226275bd
Modified Files
--------------
src/backend/postmaster/postmaster.c | 8 ++++++++
src/common/file_perm.c | 9 +++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2018-04-07 23:26:07 | Re: pgsql: Support partition pruning at execution time |
Previous Message | David Rowley | 2018-04-07 22:59:21 | Re: pgsql: Support partition pruning at execution time |