mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix typo
From: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
parent
60270e5e00
commit
c91b34bab1
1 changed files with 2 additions and 2 deletions
|
|
@ -1007,9 +1007,9 @@ extern void pgstat_initstats(Relation rel);
|
||||||
*
|
*
|
||||||
* Called from places where server process needs to wait. This is called
|
* Called from places where server process needs to wait. This is called
|
||||||
* to report wait event information. The wait information is stored
|
* to report wait event information. The wait information is stored
|
||||||
* 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
|
||||||
* wait, for different types of wait, refer WaitClass) and the next
|
* wait, for different types of wait, refer WaitClass) and the next
|
||||||
* 3-bytes repersent the actual wait event. Currently 2-bytes are used
|
* 3-bytes represent the actual wait event. Currently 2-bytes are used
|
||||||
* for wait event which is sufficient for current usage, 1-byte is
|
* for wait event which is sufficient for current usage, 1-byte is
|
||||||
* reserved for future usage.
|
* reserved for future usage.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue