mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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:
@ -1065,8 +1065,8 @@ SyncRepUpdateSyncStandbysDefined(void)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* If synchronous_standby_names has been reset to empty, it's futile
|
* If synchronous_standby_names has been reset to empty, it's futile
|
||||||
* for backends to continue to waiting. Since the user no longer
|
* for backends to continue waiting. Since the user no longer wants
|
||||||
* wants synchronous replication, we'd better wake them up.
|
* synchronous replication, we'd better wake them up.
|
||||||
*/
|
*/
|
||||||
if (!sync_standbys_defined)
|
if (!sync_standbys_defined)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user