pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai

pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai

pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai

pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai