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

From Tom Lane
Subject Re: pgsql: Fix EXEC BACKEND + Windows builds for group privs
Date
Msg-id 15738.1523241857@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Fix EXEC BACKEND + Windows builds for group privs  (Stephen Frost <sfrost@snowman.net>)
Responses Re: pgsql: Fix EXEC BACKEND + Windows builds for group privs  (Stephen Frost <sfrost@snowman.net>)
List pgsql-committers
Stephen Frost <sfrost@snowman.net> 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 delete the old cluster's data files:
Apr 08 20:58:22     delete_old_cluster.bat
Apr 08 20:58:33 ++ find /home/pgrunner/bf/root/HEAD/pgsql.build/src/bin/pg_upgrade/tmp_check/data -type f '!' -perm 640
Apr 08 20:58:33 ++ wc -l
Apr 08 20:58:42 + '[' 3361 -ne 0 ']'
Apr 08 20:58:42 + echo 'files in PGDATA with permission != 640'
Apr 08 20:58:42 files in PGDATA with permission != 640
Apr 08 20:58:42 + exit 1
Apr 08 20:58:42 make: *** [check] Error 1

            regards, tom lane


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Support partition pruning at execution time
Next
From: Stephen Frost
Date:
Subject: pgsql: Skip permissions test under MINGW/Windows