Re: Adding clarification to description of IPC wait events XactGroupUpdate and ProcArrayGroupUpdate
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: SAMEER KUMAR <sameer.kasi200x@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2024-08-14T20:00:15Z
Lists: pgsql-hackers
Attachments
On Wed, Aug 14, 2024 at 10:38:49PM +0800, SAMEER KUMAR wrote: > Yes, while reviewing the history of changes, I too noticed the same. The > documentation of older versions (v12 [1]) still has old descriptions. After reading the related threads and code, I'm inclined to agree that this is a mistake, or at least that the current wording is likely to mislead folks into thinking it has something to do with parallel query. I noticed that your patch changed a few things in the description, but IMHO we should keep the fix focused, i.e., just replace "end of a parallel operation" with "transaction end." I've attached a modified version of the patch with this change. -- nathan
Commits
-
Fix a couple of wait event descriptions.
- effc4c9a666c 17.0 landed
- 845f9835e807 16.5 landed
- 6bc2bfc339ab 14.14 landed
- 5ff9b6b4d981 18.0 landed
- 5d9170697e4e 15.9 landed
- 18e3e290bc6f 13.17 landed
-
Mop-up for wait event naming issues.
- 3048898e73c7 13.0 cited