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/[email protected] Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/671eb8f34404d24c8f16ae40e94becb38afd93bb Modified Files -------------- doc/src/sgml/monitoring.sgml | 16 ---------------- src/backend/utils/activity/wait_event.c | 12 ------------ src/include/utils/wait_event.h | 6 +----- 3 files changed, 1 insertion(+), 33 deletions(-)
