We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f41e8 commit 19a683fCopy full SHA for 19a683f
src/backend/replication/walsender.c
@@ -26,7 +26,7 @@
26
*
27
* If the server is shut down, postmaster sends us SIGUSR2 after all
28
* regular backends have exited and the shutdown checkpoint has been written.
29
- * This instruct walsender to send any outstanding WAL, including the
+ * This instructs walsender to send any outstanding WAL, including the
30
* shutdown checkpoint record, wait for it to be replicated to the standby,
31
* and then exit.
32
@@ -115,7 +115,7 @@ int wal_sender_timeout = 60 * 1000; /* maximum time to send one
115
bool wake_wal_senders = false;
116
117
/*
118
- * These variables are used similarly to openLogFile/Id/Seg/Off,
+ * These variables are used similarly to openLogFile/SegNo/Off,
119
* but for walsender to read the XLOG.
120
*/
121
static int sendFile = -1;
0 commit comments