Fix typo in comment of syncrep.c

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20191030.123428.18823202335157111.horikyota.ntt@gmail.com
This commit is contained in:
Michael Paquier 2019-10-31 10:22:24 +09:00
parent c5e1df951d
commit f921ea624e
1 changed files with 2 additions and 2 deletions

View 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)
{