We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent60270e5 commitc91b34bCopy 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 byterepersents the wait event class (type of
+ *as 4-bytes where first byterepresents the wait event class (type of
1011
*wait, for different types of wait, refer WaitClass) and the next
1012
- *3-bytesrepersent the actual wait event. Currently 2-bytes are used
+ *3-bytesrepresent 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