File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ SyncRepInitConfig(void)
364
364
* Update the LSNs on each queue based upon our latest state. This
365
365
* implements a simple policy of first-valid-standby-releases-waiter.
366
366
*
367
- * Other policies are possible, which would change what we do here and what
367
+ * Other policies are possible, which would change what we do here and
368
368
* perhaps also which information we store as well.
8000
code>
369
369
*/
370
370
void
@@ -379,9 +379,9 @@ SyncRepReleaseWaiters(void)
379
379
380
380
/*
381
381
* If this WALSender is serving a standby that is not on the list of
382
- * potential standbys then we have nothing to do. If we are still starting
383
- * up, still running base backup or the current flush position is still
384
- * invalid, then leave quickly also.
382
+ * potential sync standbys then we have nothing to do. If we are still
383
+ * starting up, still running base backup or the current flush position
384
+ * is still invalid, then leave quickly also.
385
385
*/
386
386
if (MyWalSnd -> sync_standby_priority == 0 ||
387
387
MyWalSnd -> state < WALSNDSTATE_STREAMING ||
You can’t perform that action at this time.
BB8
0 commit comments