File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121 *
2222 * Replication is either synchronous or not synchronous (async). If it is
2323 * async, we just fastpath out of here. If it is sync, then we wait for
24- * the write or flush location on the standby before releasing the waiting backend.
25- * Further complexity in that interaction is expected in later releases.
24+ * the write or flush location on the standby before releasing the waiting
25+ * backend. Further complexity in that interaction is expected in later
26+ * releases.
2627 *
2728 * The best performing way to manage the waiting backends is to have a
2829 * single ordered queue of waiting backends, so that we can avoid
@@ -116,7 +117,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
116117 * set. See SyncRepUpdateSyncStandbysDefined.
117118 *
118119 * Also check that the standby hasn't already replied. Unlikely race
119- * condition but we'll be fetching that cache line anyway so its likely to
120+ * condition but we'll be fetching that cache line anyway so it's likely to
120121 * be a low cost check.
121122 */
122123 if (!WalSndCtl -> sync_standbys_defined ||
You can’t perform that action at this time.
0 commit comments