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