We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e1df9 commit f921ea6Copy full SHA for f921ea6
src/backend/replication/syncrep.c
@@ -1065,8 +1065,8 @@ SyncRepUpdateSyncStandbysDefined(void)
1065
1066
/*
1067
* If synchronous_standby_names has been reset to empty, it's futile
1068
- * for backends to continue to waiting. Since the user no longer
1069
- * 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.
1070
*/
1071
if (!sync_standbys_defined)
1072
{
0 commit comments