We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60270e5 commit c91b34bCopy full SHA for c91b34b
src/include/pgstat.h
@@ -1007,9 +1007,9 @@ extern void pgstat_initstats(Relation rel);
1007
*
1008
* Called from places where server process needs to wait. This is called
1009
* to report wait event information. The wait information is stored
1010
- * as 4-bytes where first byte repersents the wait event class (type of
+ * as 4-bytes where first byte represents the wait event class (type of
1011
* wait, for different types of wait, refer WaitClass) and the next
1012
- * 3-bytes repersent the actual wait event. Currently 2-bytes are used
+ * 3-bytes represent the actual wait event. Currently 2-bytes are used
1013
* for wait event which is sufficient for current usage, 1-byte is
1014
* reserved for future usage.
1015
0 commit comments