From: Alvaro Herrera Date: Mon, 29 Feb 2016 21:11:58 +0000 (-0300) Subject: Fix typos X-Git-Tag: REL9_3_12~22 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4ef26fff7b0e8e5b786887387bfa0ed67ea0ad29;p=postgresql.git Fix typos Author: Amit Langote --- diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c index e399e96a2e1..4fa228ace14 100644 --- a/src/backend/replication/syncrep.c +++ b/src/backend/replication/syncrep.c @@ -361,7 +361,7 @@ SyncRepInitConfig(void) * Update the LSNs on each queue based upon our latest state. This * implements a simple policy of first-valid-standby-releases-waiter. * - * Other policies are possible, which would change what we do here and what + * Other policies are possible, which would change what we do here and * perhaps also which information we store as well. */ void @@ -376,9 +376,9 @@ SyncRepReleaseWaiters(void) /* * If this WALSender is serving a standby that is not on the list of - * potential standbys then we have nothing to do. If we are still starting - * up, still running base backup or the current flush position is still - * invalid, then leave quickly also. + * potential sync standbys then we have nothing to do. If we are still + * starting up, still running base backup or the current flush position + * is still invalid, then leave quickly also. */ if (MyWalSnd->sync_standby_priority == 0 || MyWalSnd->state < WALSNDSTATE_STREAMING ||