aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-05-22 12:43:50 +0900
committerFujii Masao <fujii@postgresql.org>2014-05-22 12:43:50 +0900
commit19a683f69f4bc630ee04f2938e13e46397eb7a2d (patch)
tree40ab814fb54b61b6f9e3f39301facb555e703a47
parent51f41e8c0a0b9ce00734ed4702d16601cc55c280 (diff)
downloadpostgresql-19a683f69f4bc630ee04f2938e13e46397eb7a2d.tar.gz
postgresql-19a683f69f4bc630ee04f2938e13e46397eb7a2d.zip
Fix typos in comments.
-rw-r--r--src/backend/replication/walsender.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c
index 5c11d681c33..eb405cb616a 100644
--- a/src/backend/replication/walsender.c
+++ b/src/backend/replication/walsender.c
@@ -26,7 +26,7 @@
*
* If the server is shut down, postmaster sends us SIGUSR2 after all
* regular backends have exited and the shutdown checkpoint has been written.
- * This instruct walsender to send any outstanding WAL, including the
+ * This instructs walsender to send any outstanding WAL, including the
* shutdown checkpoint record, wait for it to be replicated to the standby,
* and then exit.
*
@@ -115,7 +115,7 @@ int wal_sender_timeout = 60 * 1000; /* maximum time to send one
bool wake_wal_senders = false;
/*
- * These variables are used similarly to openLogFile/Id/Seg/Off,
+ * These variables are used similarly to openLogFile/SegNo/Off,
* but for walsender to read the XLOG.
*/
static int sendFile = -1;