Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c91b34b

Browse files
committed
Fix typo
From: Michael Paquier <michael.paquier@gmail.com>
1 parent 60270e5 commit c91b34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/pgstat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)