summaryrefslogtreecommitdiff
path: root/src/backend/replication/syncrep.c
diff options
context:
space:
mode:
authorMichael Paquier2019-10-31 01:22:24 +0000
committerMichael Paquier2019-10-31 01:22:24 +0000
commitf921ea624eb8695c6ccaaf3410b9f9d9926d71c7 (patch)
treecb36b18c0385ebc8e2e8dbee5dc44b282509c504 /src/backend/replication/syncrep.c
parentc5e1df951d9d70ab7d53ce47caaf73f3b2d6b1e1 (diff)
Fix typo in comment of syncrep.c
Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/replication/syncrep.c')
-rw-r--r--src/backend/replication/syncrep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index a21f7d33471..16aee1de4c2 100644
--- a/src/backend/replication/syncrep.c
+++ b/src/backend/replication/syncrep.c
@@ -1065,8 +1065,8 @@ SyncRepUpdateSyncStandbysDefined(void)
/*
* If synchronous_standby_names has been reset to empty, it's futile
- * for backends to continue to waiting. Since the user no longer
- * wants synchronous replication, we'd better wake them up.
+ * for backends to continue waiting. Since the user no longer wants
+ * synchronous replication, we'd better wake them up.
*/
if (!sync_standbys_defined)
{