diff options
Diffstat (limited to 'src/backend/replication/walsender.c')
-rw-r--r-- | src/backend/replication/walsender.c | 2 |
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()) |