diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-10-21 08:01:25 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-10-21 08:01:25 +0530 |
commit | 1607cd0b6c9919bf765198882ea48a98e901e1bc (patch) | |
tree | a7de6a13619c411a70f86b592b6344e8da820fd5 /src/include/utils/wait_event.h | |
parent | 98ec35b0bbf6003e89fc06aa140e12fd90bbad47 (diff) |
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
Diffstat (limited to 'src/include/utils/wait_event.h')
-rw-r--r-- | src/include/utils/wait_event.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/utils/wait_event.h b/src/include/utils/wait_event.h index 6007827b445..c22142365f1 100644 --- a/src/include/utils/wait_event.h +++ b/src/include/utils/wait_event.h @@ -221,11 +221,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; |