Re: Fix permissions check on pg_stat_get_wal_senders

2018-01-24 Thread Simon Riggs
On 24 January 2018 at 13:15, Feike Steenbergen wrote: > On 5 January 2018 at 15:19, Simon Riggs wrote: >> Yup, I got this. > > I saw the commit in the master branch but not in the REL_10_STABLE branch, > I'm totally not up-to-date with the backpatching process, but I was wondering > if it still n

Re: Fix permissions check on pg_stat_get_wal_senders

2018-01-24 Thread Feike Steenbergen
On 5 January 2018 at 15:19, Simon Riggs wrote: > Yup, I got this. I saw the commit in the master branch but not in the REL_10_STABLE branch, I'm totally not up-to-date with the backpatching process, but I was wondering if it still needs to be added to REL_10_STABLE regards, Feike

Re: Fix permissions check on pg_stat_get_wal_senders

2018-01-05 Thread Simon Riggs
On 23 December 2017 at 10:56, Michael Paquier wrote: > On Fri, Dec 22, 2017 at 07:49:34AM +0100, Feike Steenbergen wrote: >> On 21 December 2017 at 14:11, Michael Paquier >> wrote: >> > You mean a WAL receiver here, not a WAL sender. >> >> Fixed, thanks > > [nit] > /* > -

Re: Fix permissions check on pg_stat_get_wal_senders

2017-12-23 Thread Michael Paquier
On Fri, Dec 22, 2017 at 07:49:34AM +0100, Feike Steenbergen wrote: > On 21 December 2017 at 14:11, Michael Paquier > wrote: > > You mean a WAL receiver here, not a WAL sender. > > Fixed, thanks [nit] /* - * Only superusers can see details. Other users only get the

Re: Fix permissions check on pg_stat_get_wal_senders

2017-12-21 Thread Feike Steenbergen
On 21 December 2017 at 14:11, Michael Paquier wrote: > You mean a WAL receiver here, not a WAL sender. Fixed, thanks 0002-Fix-permissions-check-on-pg_stat_get_wal_senders.patch Description: Binary data

Re: Fix permissions check on pg_stat_get_wal_senders

2017-12-21 Thread Michael Paquier
On Thu, Dec 21, 2017 at 7:30 PM, Feike Steenbergen wrote: > Fix permissions check on pg_stat_get_wal_senders > > Commit 25fff40798fc4ac11a241bfd9ab0c45c085e2212 introduced the > possibility for the pg_read_all_stats to have access to all pg_stat_* > views. > In the discussion, the pg_stat_replicat