Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf11674f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/wal.sgml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp