Allow pg_read_all_stats to access all stats views again The views pg_stat_progress_* had not gotten the memo that pg_read_all_stats is supposed to be able to read all statistics. Also make a pass over all text-returning pg_stat_xyz functions that could return "insufficient privilege" and make sure they also respect pg_read_all_status.
Reported-by: Andrey M. Borodin Reviewed-by: Andrey M. Borodin, Kyotaro Horiguchi Discussion: https://postgr.es/m/[email protected] Branch ------ REL_12_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/212e712a5eed31828e6ffc5e61ca76fd477a519f Modified Files -------------- src/backend/utils/adt/pgstatfuncs.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-)
