From d8759a40bfce756f655b2afab129915640bebf0a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 11 Jul 2022 14:21:24 -0400 Subject: [PATCH] relnotes: updates "cumulative statistics system" mention Also add "the". Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20220711173923.GV13040@telsasoft.com Backpatch-through: 15 only --- doc/src/sgml/release-15.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 179ad37d9d..cde78b6181 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -1100,8 +1100,8 @@ Author: Andres Freund - Store server-level - statistics in shared memory (Kyotaro Horiguchi, Andres + Store cumulative statistics + system data in shared memory (Kyotaro Horiguchi, Andres Freund, Melanie Plageman) @@ -1248,7 +1248,7 @@ Author: Tom Lane - New function has_parameter_privilege() + The new function has_parameter_privilege() reports on this privilege. @@ -1656,7 +1656,7 @@ Author: Amit Kapila - New function pg_stat_reset_subscription_stats() allows the resetting of subscriber statistics.