mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
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
This commit is contained in:
@ -473,7 +473,7 @@ TransactionGroupUpdateXidStatus(TransactionId xid, XidStatus status,
|
||||
int extraWaits = 0;
|
||||
|
||||
/* Sleep until the leader updates our XID status. */
|
||||
pgstat_report_wait_start(WAIT_EVENT_CLOG_GROUP_UPDATE);
|
||||
pgstat_report_wait_start(WAIT_EVENT_XACT_GROUP_UPDATE);
|
||||
for (;;)
|
||||
{
|
||||
/* acts as a read barrier */
|
||||
|
Reference in New Issue
Block a user