10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4538bd3 commit f11674fCopy full SHA for f11674f
doc/src/sgml/wal.sgml
@@ -813,7 +813,7 @@
813
When <xref linkend="guc-track-io-timing"/> is enabled, the total
814
amounts of time <function>XLogWrite</function> writes and
815
<function>issue_xlog_fsync</function> syncs WAL data to disk are counted as
816
- <varname>write_time</varname> and <varname>sync_time</varname> in
+ <varname>write_time</varname> and <varname>fsync_time</varname> in
817
<xref linkend="pg-stat-io-view"/> for the <varname>object</varname>
818
<literal>wal</literal>, respectively.
819
<function>XLogWrite</function> is normally called by
0 commit comments