From e53ac30d44f66466bbf351ddc2c01f46c836433c Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Tue, 23 Mar 2021 14:25:33 -0500 Subject: [PATCH 10/32] doc review: Track total amounts of times spent writing and syncing WAL data to disk. ff99918c625a84c91e7391db9032112ec8653623 --- 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 0f13c43095..24cf567ee2 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -797,7 +797,7 @@ fsync, or fsync_writethrough, the write operation moves WAL buffers to kernel cache and issue_xlog_fsync syncs them to disk. Regardless - of the setting of track_wal_io_timing, the numbers + of the setting of track_wal_io_timing, the number of times XLogWrite writes and issue_xlog_fsync syncs WAL data to disk are also counted as wal_write and wal_sync -- 2.17.0