Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0de2e1c

Browse files
committed
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/[email protected]
1 parent 092e72a commit 0de2e1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ Add per-backend I/O statistics reporting (Bertrand Drouvot)
783783
</para>
784784

785785
<para>
786-
The statistics are accessed via pg_stat_get_backend_io(). Per-backend statistics can be cleared via pg_stat_reset_backend_stats().
786+
The statistics are accessed via pg_stat_get_backend_io(). Per-backend I/O statistics can be cleared via pg_stat_reset_backend_stats().
787787
</para>
788788
</listitem>
789789

@@ -867,6 +867,10 @@ Author: Michael Paquier <[email protected]>
867867
Add function pg_stat_get_backend_wal() to return per-backend WAL statistics (Bertrand Drouvot)
868868
<ulink url="&commit_baseurl;76def4cdd">&sect;</ulink>
869869
</para>
870+
871+
<para>
872+
Per-backend WAL statistics can be cleared via pg_stat_reset_backend_stats().
873+
</para>
870874
</listitem>
871875

872876
<!--

0 commit comments

Comments
 (0)