File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
225225/*
226226 * Insert MyProc into SyncRepQueue, maintaining sorted invariant.
227227 *
228- * Usually we will go at tail of queue, though its possible that we arrive
228+ * Usually we will go at tail of queue, though it's possible that we arrive
229229 * here out of order, so start at tail and work back to insertion point.
230230 */
231231static void
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ struct PGPROC
122122 * Info to allow us to wait for synchronous replication, if needed.
123123 * waitLSN is InvalidXLogRecPtr if not waiting; set only by user backend.
124124 * syncRepState must not be touched except by owning process or WALSender.
125- * syncRep_links used only while holding SyncRepLock.
125+ * syncRepLinks used only while holding SyncRepLock.
126126 */
127127 Latch waitLatch ; /* allow us to wait for sync rep */
128128 XLogRecPtr waitLSN ; /* waiting for this LSN or higher */
You can’t perform that action at this time.
0 commit comments