File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1007,9 +1007,9 @@ extern void pgstat_initstats(Relation rel);
10071007 *
10081008 * Called from places where server process needs to wait. This is called
10091009 * to report wait event information. The wait information is stored
1010- * as 4-bytes where first byte repersents the wait event class (type of
1010+ * as 4-bytes where first byte represents the wait event class (type of
10111011 * wait, for different types of wait, refer WaitClass) and the next
1012- * 3-bytes repersent the actual wait event. Currently 2-bytes are used
1012+ * 3-bytes represent the actual wait event. Currently 2-bytes are used
10131013 * for wait event which is sufficient for current usage, 1-byte is
10141014 * reserved for future usage.
10151015 *
You can’t perform that action at this time.
0 commit comments