pgsql: Remove unused wait events.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused wait events.
Date: 2021-10-21 02:52:04
Message-ID: E1mdOBY-0005j2-QL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Dilip Kumar 2021-10-21 03:10:12 Re: pgsql: Document XLOG_INCLUDE_XID a little better
Previous Message Michael Paquier 2021-10-21 01:42:23 pgsql: Fix corruption of pg_shdepend when copying deps from template da

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2021-10-21 02:59:50 Re: [PATCH] Fix memory corruption in pg_shdepend.c
Previous Message Michael Paquier 2021-10-21 02:42:31 Re: [PATCH] Fix memory corruption in pg_shdepend.c