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 --- src/include/utils/wait_event.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/include/utils/wait_event.h') diff --git a/src/include/utils/wait_event.h b/src/include/utils/wait_event.h index 6c6ec2e7118..8661ab51a3e 100644 --- a/src/include/utils/wait_event.h +++ b/src/include/utils/wait_event.h @@ -220,11 +220,7 @@ typedef enum WAIT_EVENT_WAL_READ, WAIT_EVENT_WAL_SYNC, WAIT_EVENT_WAL_SYNC_METHOD_ASSIGN, - WAIT_EVENT_WAL_WRITE, - WAIT_EVENT_LOGICAL_CHANGES_READ, - WAIT_EVENT_LOGICAL_CHANGES_WRITE, - WAIT_EVENT_LOGICAL_SUBXACT_READ, - WAIT_EVENT_LOGICAL_SUBXACT_WRITE + WAIT_EVENT_WAL_WRITE } WaitEventIO; -- cgit v1.2.3