forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit07b828e
committed
Fix inconsistent LWLock tranche name "CommitTsSLRU"
This term was using an inconsistent casing between the code and thedocumentation, using "CommitTsSLRU" in wait_event_names.txt and"CommitTSSLRU" in the code.Let's update the term in the code to reflect what's in thedocumentation, "CommitTs" being more commonly used, so aspg_stat_activity shows the same term as the documentation.Oversight in53c2a97.Author: Alexander LakhinDiscussion:https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.comBackpatch-through: 171 parentbab1fd9 commit07b828e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 |
| - | |
| 164 | + | |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
|
0 commit comments
Comments
(0)