@@ -406,7 +406,7 @@ SyncRepGetSynchronousStandby(void)
406
406
* Update the LSNs on each queue based upon our latest state. This
407
407
* implements a simple policy of first-valid-standby-releases-waiter.
408
408
*
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
410
410
* perhaps also which information we store as well.
411
411
*/
412
412
void
@@ -419,9 +419,9 @@ SyncRepReleaseWaiters(void)
419
419
420
420
/*
421
421
* 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
+ * potentialsync 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.
425
425
*/
426
426
if (MyWalSnd -> sync_standby_priority == 0 ||
427
427
MyWalSnd -> state < WALSNDSTATE_STREAMING ||