From 671eb8f34404d24c8f16ae40e94becb38afd93bb Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Thu, 21 Oct 2021 08:07:08 +0530 Subject: Remove unused wait events. Commit 464824323e introduced the wait events which were neither used by that commit nor by follow-up commits for that work. Author: Masahiro Ikeda Backpatch-through: 14, where it was introduced Discussion: https://postgr.es/m/ff077840-3ab2-04dd-bbe4-4f5dfd2ad481@oss.nttdata.com --- doc/src/sgml/monitoring.sgml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 15e51f92680..7979536abb2 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1549,22 +1549,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser WALWrite Waiting for a write to a WAL file. - - LogicalChangesRead - Waiting for a read from a logical changes file. - - - LogicalChangesWrite - Waiting for a write to a logical changes file. - - - LogicalSubxactRead - Waiting for a read from a logical subxact file. - - - LogicalSubxactWrite - Waiting for a write to a logical subxact file. - -- cgit v1.2.3