Commit f921ea62 authored by Michael Paquier's avatar Michael Paquier

Fix typo in comment of syncrep.c

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20191030.123428.18823202335157111.horikyota.ntt@gmail.com
parent c5e1df95
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment