@@ -362,7 +362,7 @@ SyncRepInitConfig(void)
362
362
* Update the LSNs on each queue based upon our latest state. This
363
363
* implements a simple policy of first-valid-standby-releases-waiter.
364
364
*
365
- * Other policies are possible, which would change what we do here and what
365
+ * Other policies are possible, which would change what we do here and
366
366
* perhaps also which information we store as well.
367
367
*/
368
368
void
@@ -377,9 +377,9 @@ SyncRepReleaseWaiters(void)
377
377
378
378
/*
379
379
* If this WALSender is serving a standby that is not on the list of
380
- * potential standbys then we have nothing to do. If we are still starting
381
- * up, still running base backup or the current flush position is still
382
- * invalid, then leave quickly also.
380
+ * potentialsync standbys then we have nothing to do. If we are still
381
+ *starting up, still running base backup or the current flush position
382
+ *is still invalid, then leave quickly also.
383
383
*/
384
384
if (MyWalSnd -> sync_standby_priority == 0 ||
385
385
MyWalSnd -> state < WALSNDSTATE_STREAMING ||