Default monitoring roles - errata
Simon Riggs <simon@2ndQuadrant.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/walreceiver.c | modified | +2 −1 |
| src/backend/replication/walsender.c | modified | +5 −3 |