- Notifications
You must be signed in to change notification settings - Fork5k
Commita493e74
committed
Fix inconsistent LWLock tranche names for MultiXact*
The terms used in wait_event_names.txt and lwlock.c were inconsistentfor MultiXactOffsetSLRU and MultiXactMemberSLRU, which could cause joinsbetween pg_wait_events and pg_stat_activity to fail. lwlock.c isadjusted in this commit to what the historical name of the event hasalways been, and what is documented.Oversight in53c2a97.08b9b9e has fixed a similarinconsistency some time ago.Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>Discussion:https://postgr.es/m/aHdxN0D0hKXzHFQG@ip-10-97-1-34.eu-west-3.compute.internalBackpatch-through: 171 parentf6ffbed commita493e74
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
174 |
| - | |
| 173 | + | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
0 commit comments
Comments
(0)