aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-05-05 14:56:58 -0400
committerBruce Momjian <bruce@momjian.us>2025-05-05 14:56:58 -0400
commit0de2e1c8b5423c07700112f44499a5fdc0ab0991 (patch)
tree479eeebf93dbb4510b528d2d2ed40ff9c1aee1be
parent092e72a93023fc9cea9cf673ab577ccd8537fb69 (diff)
downloadpostgresql-0de2e1c8b5423c07700112f44499a5fdc0ab0991.tar.gz
postgresql-0de2e1c8b5423c07700112f44499a5fdc0ab0991.zip
doc PG 18 relnotes: add mention of pg_stat_reset_backend_stats()
This is for WAL statistics. Reported-by: Bertrand Drouvot Discussion: https://postgr.es/m/aBjGlj+Yi++fVRQt@ip-10-97-1-34.eu-west-3.compute.internal
-rw-r--r--doc/src/sgml/release-18.sgml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml
index b281e210aae..2fda2b94964 100644
--- a/doc/src/sgml/release-18.sgml
+++ b/doc/src/sgml/release-18.sgml
@@ -783,7 +783,7 @@ Add per-backend I/O statistics reporting (Bertrand Drouvot)
</para>
<para>
-The statistics are accessed via pg_stat_get_backend_io(). Per-backend statistics can be cleared via pg_stat_reset_backend_stats().
+The statistics are accessed via pg_stat_get_backend_io(). Per-backend I/O statistics can be cleared via pg_stat_reset_backend_stats().
</para>
</listitem>
@@ -867,6 +867,10 @@ Author: Michael Paquier <michael@paquier.xyz>
Add function pg_stat_get_backend_wal() to return per-backend WAL statistics (Bertrand Drouvot)
<ulink url="&commit_baseurl;76def4cdd">&sect;</ulink>
</para>
+
+<para>
+Per-backend WAL statistics can be cleared via pg_stat_reset_backend_stats().
+</para>
</listitem>
<!--