From 44e977d7ecb915d1181007e700f2da31acb6ea4c Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 16 May 2023 16:51:44 +0900 Subject: doc: Fix ordering of entries in wait event table for I/O type Issue spotted while reviewing a different patch touching this area. Discussion: https://postgr.es/m/ZGM1U5D5EuBUbasi@paquier.xyz --- doc/src/sgml/monitoring.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 99f7f95c39..9842f82091 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1284,14 +1284,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser BufFileRead Waiting for a read from a buffered file. - - BufFileWrite - Waiting for a write to a buffered file. - BufFileTruncate Waiting for a buffered file to be truncated. + + BufFileWrite + Waiting for a write to a buffered file. + ControlFileRead Waiting for a read from the pg_control -- cgit v1.2.1