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