forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7cd66cd
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 parentca491bb commit7cd66cd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
|
0 commit comments
Comments
(0)