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