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 @@ -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 */
412412void
@@ -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 ||
You can’t perform that action at this time.
0 commit comments