File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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 for receiveing WAL.
39
+ pluggable methods for receiving 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
- whenever either it writes or flushes new WAL, or the specified interval elapses.
58
+ whenever it 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. A walsenders will look like a regular backends until it's done with the
86
+ phase. A walsender will look like a regular backend 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
You can’t perform that action at this time.
0 commit comments