@@ -36,7 +36,7 @@ Disconnect.
36
36
37
37
This API should be considered internal at the moment, but we could open it
38
38
up for 3rd party replacements of libpqwalreceiver in the future, allowing
39
- pluggable methods forreceiveing WAL.
39
+ pluggable methods forreceiving WAL.
40
40
41
41
Walreceiver IPC
42
42
---------------
@@ -55,7 +55,7 @@ it to disk (in pg_xlog), it updates WalRcvData->receivedUpto and signals
55
55
the startup process to know how far WAL replay can advance.
56
56
57
57
Walreceiver sends information about replication progress to the master server
58
- whenevereither it writes or flushes new WAL, or the specified interval elapses.
58
+ wheneverit either writes or flushes new WAL, or the specified interval elapses.
59
59
This is used for reporting purpose.
60
60
61
61
Walsender IPC
@@ -83,7 +83,7 @@ backends.
83
83
84
84
Note that no big harm is done if postmaster thinks that a walsender is a
85
85
regular backend; it will just terminate the walsender earlier in the shutdown
86
- phase. Awalsenders will look like a regularbackends until it's done with the
86
+ phase. Awalsender will look like a regularbackend until it's done with the
87
87
initialization and has marked itself in PMSignal array, and at process
88
88
termination, after unmarking the PMSignal slot.
89
89