From: Michael Paquier Date: Thu, 20 Feb 2025 05:22:00 +0000 (+0900) Subject: doc: Fix typo in section "WAL configuration" X-Git-Tag: REL_18_BETA1~825 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f11674f8dfe811390dfeaf6f3c3a554dbeb790e1;p=thirdparty%2Fpostgresql.git doc: Fix typo in section "WAL configuration" pg_stat_io has an attribute named fsync_time, not sync_time. Oversight in 2f70871c2bc1. Discussion: https://postgr.es/m/Z7RkQ0EfYaqqjgz/@ip-10-97-1-34.eu-west-3.compute.internal --- diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 4c0bf710dda..52b5b8f793b 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -813,7 +813,7 @@ When is enabled, the total amounts of time XLogWrite writes and issue_xlog_fsync syncs WAL data to disk are counted as - write_time and sync_time in + write_time and fsync_time in for the object wal, respectively. XLogWrite is normally called by