forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitae4ffa7
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 parente070225 commitae4ffa7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
0 commit comments
Comments
(0)