Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 10b4852

Browse files
committed
Fix typos
Author: Amit Langote
1 parent 1c7c189 commit 10b4852

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/replication/syncrep.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ SyncRepGetSynchronousStandby(void)
406406
* Update the LSNs on each queue based upon our latest state. This
407407
* implements a simple policy of first-valid-standby-releases-waiter.
408408
*
409-
* Other policies are possible, which would change what we do here and what
409+
* Other policies are possible, which would change what we do here and
410410
* perhaps also which information we store as well.
411411
*/
412412
void
@@ -419,9 +419,9 @@ SyncRepReleaseWaiters(void)
419419

420420
/*
421421
* If this WALSender is serving a standby that is not on the list of
422-
* potential standbys then we have nothing to do. If we are still starting
423-
* up, still running base backup or the current flush position is still
424-
* invalid, then leave quickly also.
422+
* potential sync standbys then we have nothing to do. If we are still
423+
* starting up, still running base backup or the current flush position
424+
* is still invalid, then leave quickly also.
425425
*/
426426
if (MyWalSnd->sync_standby_priority == 0 ||
427427
MyWalSnd->state < WALSNDSTATE_STREAMING ||

0 commit comments

Comments
 (0)