From f11674f8dfe811390dfeaf6f3c3a554dbeb790e1 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 20 Feb 2025 14:22:00 +0900 Subject: [PATCH] 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 --- doc/src/sgml/wal.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5