mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Spelling adjustments
This commit is contained in:
@ -1354,7 +1354,7 @@ WaitEventSetWaitBlock(WaitEventSet *set, int cur_timeout,
|
||||
* because we don't expect the pipe to become readable or to have
|
||||
* any errors either, treat those cases as postmaster death, too.
|
||||
*
|
||||
* Be paranoid about a spurious event signalling the postmaster as
|
||||
* Be paranoid about a spurious event signaling the postmaster as
|
||||
* being dead. There have been reports about that happening with
|
||||
* older primitives (select(2) to be specific), and a spurious
|
||||
* WL_POSTMASTER_DEATH event would be painful. Re-checking doesn't
|
||||
@ -1613,7 +1613,7 @@ WaitEventSetWaitBlock(WaitEventSet *set, int cur_timeout,
|
||||
* we don't expect the pipe to become readable or to have any
|
||||
* errors either, treat those cases as postmaster death, too.
|
||||
*
|
||||
* Be paranoid about a spurious event signalling the postmaster as
|
||||
* Be paranoid about a spurious event signaling the postmaster as
|
||||
* being dead. There have been reports about that happening with
|
||||
* older primitives (select(2) to be specific), and a spurious
|
||||
* WL_POSTMASTER_DEATH event would be painful. Re-checking doesn't
|
||||
|
Reference in New Issue
Block a user