Re: Drop back the redundant "Lock" suffix from LWLock wait event names
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-12-02T13:22:49Z
Lists: pgsql-hackers
On 2024-Dec-02, Bertrand Drouvot wrote: > Hi hackers, > > da952b415f unintentionally added back the "Lock" suffix into the LWLock wait > event names: > > - "added back" because the "Lock" suffix was removed in 14a9101091 > - "unintentionally" because there is nothing in the thread [2] that explicitly > mentions that the idea was also to revert 14a9101091 Oh, you're right, this was unintentional and unnoticed. I'll push this shortly, to both 17 and master. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
Commits
-
Drop "Lock" suffix from LWLock wait event names
- 5ffbbcfa160b 17.3 landed
- 1e5ef3a2a179 18.0 landed