Re: pgsql: Fix EXEC BACKEND + Windows builds for group privs

2018-04-08 Thread Stephen Frost
Greetings, * Tom Lane (t...@sss.pgh.pa.us) wrote: > Stephen Frost writes: > > Fix EXEC BACKEND + Windows builds for group privs > > jacana seems to think there's still an issue here: > > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=jacana&dt=2018-04-09%2000%3A00%3A41 > > It's pretty

Re: pgsql: Fix EXEC BACKEND + Windows builds for group privs

2018-04-08 Thread Tom Lane
Stephen Frost writes: > Fix EXEC BACKEND + Windows builds for group privs jacana seems to think there's still an issue here: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=jacana&dt=2018-04-09%2000%3A00%3A41 It's pretty much the same symptom: Apr 08 20:58:22 Running this script will d

pgsql: Fix EXEC BACKEND + Windows builds for group privs

2018-04-07 Thread Stephen Frost
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