pgsql: Default monitoring roles - errata

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Default monitoring roles - errata
Date: 2018-01-06 11:50:15
Message-ID: E1eXmzP-0008K8-FZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Default monitoring roles - errata

25fff40798fc4ac11a241bfd9ab0c45c085e2212 introduced
default monitoring roles. Apply these corrections:

* Allow access to pg_stat_get_wal_senders()
by role pg_read_all_stats

* Correct comment in pg_stat_get_wal_receiver()
to show it is no longer superuser-only.

Author: Feike Steenbergen
Reviewed-by: Michael Paquier

Apply to HEAD, then later backpatch to 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6668a54eb8ef639a3182ae9e37e4e67982c44292

Modified Files
--------------
src/backend/replication/walreceiver.c | 3 ++-
src/backend/replication/walsender.c | 8 +++++---
2 files changed, 7 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2018-01-06 12:24:54 pgsql: Add TIMELINE to backup_label file
Previous Message Bruce Momjian 2018-01-06 02:10:52 Re: pgsql: pg_upgrade: simplify code layout in a few places