File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ Add per-backend I/O statistics reporting (Bertrand Drouvot)
783
783
</para>
784
784
785
785
<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().
787
787
</para>
788
788
</listitem>
789
789
@@ -867,6 +867,10 @@ Author: Michael Paquier <michael@paquier.xyz>
867
867
Add function pg_stat_get_backend_wal() to return per-backend WAL statistics (Bertrand Drouvot)
868
868
<ulink url="&commit_baseurl;76def4cdd">§</ulink>
869
869
</para>
870
+
871
+ <para>
872
+ Per-backend WAL statistics can be cleared via pg_stat_reset_backend_stats().
873
+ </para>
870
874
</listitem>
871
875
872
876
<!--
You can’t perform that action at this time.
0 commit comments