pgsql: Fix EXEC BACKEND + Windows builds for group privs - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix EXEC BACKEND + Windows builds for group privs
Date
Msg-id E1f4wqX-0008Bc-MH@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix EXEC BACKEND + Windows builds for group privs  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Support partition pruning at execution time
Next
From: David Rowley
Date:
Subject: Re: pgsql: Support partition pruning at execution time