Fix typo in comment of syncrep.c
authorMichael Paquier <[email protected]>
Thu, 31 Oct 2019 01:22:24 +0000 (10:22 +0900)
committerMichael Paquier <[email protected]>
Thu, 31 Oct 2019 01:22:24 +0000 (10:22 +0900)
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20191030.123428.18823202335157111[email protected]

src/backend/replication/syncrep.c

index a21f7d334713cf796331ebe7dd07db599f0a9c43..16aee1de4c20d782b4ec88a71658bd66a521d42a 100644 (file)
@@ -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)
                {