pgsql: Remove unused wait events. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Remove unused wait events.
Date
Msg-id E1mdOBY-0005j2-QL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix corruption of pg_shdepend when copying deps from template da
Next
From: Amit Kapila
Date:
Subject: pgsql: Back-patch "Add parent table name in an error in reorderbuffer.c