Mop-up for wait event naming issues.
authorTom Lane <[email protected]>
Sun, 17 May 2020 01:00:05 +0000 (21:00 -0400)
committerTom Lane <[email protected]>
Sun, 17 May 2020 01:00:11 +0000 (21:00 -0400)
commit3048898e73c75f54bb259323382e0e7f6368cb6f
tree2c2433aa9f5d62acc59a15071ed374e73e8ccd9b
parent2c8dd05d6cbc86b7ad21cfd7010e041bb4c3950b
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
doc/src/sgml/monitoring.sgml
src/backend/access/transam/clog.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/backend/postmaster/pgstat.c
src/include/pgstat.h