diff options
Diffstat (limited to 'src/backend/storage/ipc/latch.c')
-rw-r--r-- | src/backend/storage/ipc/latch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/latch.c b/src/backend/storage/ipc/latch.c index 05df5017c41..91fa4b619b8 100644 --- a/src/backend/storage/ipc/latch.c +++ b/src/backend/storage/ipc/latch.c @@ -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 |