From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Peter Geoghegan <pg(at)bowt(dot)ie> |
Cc: | pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: pgsql: Allow group access on PGDATA |
Date: | 2018-04-07 22:12:59 |
Message-ID: | 20180407221259.GA27724@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Peter,
* Peter Geoghegan (pg(at)bowt(dot)ie) wrote:
> On Sat, Apr 7, 2018 at 2:46 PM, Stephen Frost <sfrost(at)snowman(dot)net> wrote:
> > Allow group access on PGDATA
> >
> > Allow the cluster to be optionally init'd with read access for the
> > group.
>
> Looks like this broke prion and culicidae. On culicidae, clearly the
> problem is here:
The error on prion is pretty clearly unrelated and has to do with
postgres_fdw plan instability, as discussed elsewhere recently..
> """
> Upgrade Complete
> ----------------
> Optimizer statistics are not transferred by pg_upgrade so,
> once you start the new server, consider running:
> ./analyze_new_cluster.sh
>
> Running this script will delete the old cluster's data files:
> ./delete_old_cluster.sh
> + find /home/andres/build/buildfarm-culicidae/HEAD/pgsql.build/src/bin/pg_upgrade/tmp_check/data
> -type f ! -perm 640
> + wc -l
> + [ 1778 -ne 0 ]
> + echo files in PGDATA with permission != 640
> files in PGDATA with permission != 640
> + exit 1
> + rm -rf /tmp/pg_upgrade_check-h6epmk
> make: *** [Makefile:40: check] Error 1
> """
Yes, that's the error, the question is what's different about that
member from the others where things are working as expected.
I was a bit nervous that the test here might be overly optimistic about
what it can expect on buildfarm members. Chatting with David about it
currently.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2018-04-07 22:59:21 | Re: pgsql: Support partition pruning at execution time |
Previous Message | Tom Lane | 2018-04-07 22:12:36 | Re: pgsql: Allow group access on PGDATA |