summaryrefslogtreecommitdiff
path: root/src/backend/replication
diff options
context:
space:
mode:
authorHeikki Linnakangas2014-12-16 14:34:56 +0000
committerHeikki Linnakangas2014-12-16 14:37:46 +0000
commit4d65e16a6ff609701a8780d3cddbae02c6e20926 (patch)
treea7400e1a8087f919acc6c7edb212cf366e439b0d /src/backend/replication
parentda9f6a78ef84898ccdf7855089aa08e7524dfbdc (diff)
Misc comment typo fixes.
Backpatch the applicable parts, just to make backpatching future patches easier.
Diffstat (limited to 'src/backend/replication')
-rw-r--r--src/backend/replication/walsender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c
index 5937cbbb026..019ae6a6536 100644
--- a/src/backend/replication/walsender.c
+++ b/src/backend/replication/walsender.c
@@ -939,7 +939,7 @@ StartLogicalReplication(StartReplicationCmd *cmd)
/*
* Force a disconnect, so that the decoding code doesn't need to care
- * about a eventual switch from running in recovery, to running in a
+ * about an eventual switch from running in recovery, to running in a
* normal environment. Client code is expected to handle reconnects.
*/
if (am_cascading_walsender && !RecoveryInProgress())