Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f11674f

Browse files
committed
doc: Fix typo in section "WAL configuration"
pg_stat_io has an attribute named fsync_time, not sync_time. Oversight in 2f70871. Discussion: https://postgr.es/m/Z7RkQ0EfYaqqjgz/@ip-10-97-1-34.eu-west-3.compute.internal
1 parent 4538bd3 commit f11674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/wal.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
When <xref linkend="guc-track-io-timing"/> is enabled, the total
814814
amounts of time <function>XLogWrite</function> writes and
815815
<function>issue_xlog_fsync</function> syncs WAL data to disk are counted as
816-
<varname>write_time</varname> and <varname>sync_time</varname> in
816+
<varname>write_time</varname> and <varname>fsync_time</varname> in
817817
<xref linkend="pg-stat-io-view"/> for the <varname>object</varname>
818818
<literal>wal</literal>, respectively.
819819
<function>XLogWrite</function> is normally called by

0 commit comments

Comments
 (0)