forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58f5edf
committed
Fix typo with wait event for SLRU buffer of commit timestamps
This wait event was documented as "CommitTsBuffer" since itsintroduction, but the code named it "CommitTSBuffer". This commit fixesthe code to follow the term documented, which is also more consistentwith the naming of the other wait events used for commit timestamps.Introduced by 5da1493.Author: Alexander LakhinDiscussion:https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.comBackpatch-through: 131 parent95f5a7a commit58f5edf
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
|
0 commit comments
Comments
(0)