pgsql: Mop-up for wait event naming issues.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mop-up for wait event naming issues.
Date: 2020-05-17 01:00:35
Message-ID: E1ja7fP-0002i0-W0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mop-up for wait event naming issues.

Synchronize the event names for parallel hash join waits with other
event names, by getting rid of the slashes and dropping "-ing"
suffixes. Rename ClogGroupUpdate to XactGroupUpdate, to match the
new SLRU name. Move the ProcSignalBarrier event to the IPC category;
it doesn't belong under IO.

Also a bit more wordsmithing in the wait event documentation tables.

Discussion: https://postgr.es/m/4505.1589640417@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3048898e73c75f54bb259323382e0e7f6368cb6f

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 128 ++++++++++++++++++++----------------
src/backend/access/transam/clog.c | 2 +-
src/backend/executor/nodeHash.c | 22 +++----
src/backend/executor/nodeHashjoin.c | 8 +--
src/backend/postmaster/pgstat.c | 72 ++++++++++----------
src/include/pgstat.h | 36 +++++-----
6 files changed, 142 insertions(+), 126 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-05-17 02:21:38 pgsql: Fix more typos and grammar problems in the glossary
Previous Message Michael Paquier 2020-05-17 00:30:04 pgsql: Make pg_stat_wal_receiver consistent with the WAL receiver's shm