projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e1df9
)
Fix typo in comment of syncrep.c
author
Michael Paquier
<
[email protected]
>
Thu, 31 Oct 2019 01:22:24 +0000
(10:22 +0900)
committer
Michael 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/syncrep.c
b/src/backend/replication/syncrep.c
index a21f7d334713cf796331ebe7dd07db599f0a9c43..16aee1de4c20d782b4ec88a71658bd66a521d42a 100644
(file)
--- 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)
{