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)
225
<
8000
td data-grid-cell-id="diff-30b148c1ec5b4682109641aa68136f89bec0b97550e72b8cada66166a79300ba-225-225-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">225
/*
226
226
* Insert MyProc into SyncRepQueue, maintaining sorted invariant.
227
227
*
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
229
229
* here out of order, so start at tail and work back to insertion point.
230
230
*/
231
231
static void
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ struct PGPROC
122
122
* Info to allow us to wait for synchronous replication, if needed.
123
123
* waitLSN is InvalidXLogRecPtr if not waiting; set only by user backend.
124
124
* 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.
126
126
*/
127
127
Latch waitLatch ; /* allow us to wait for sync rep */
128
128
XLogRecPtr waitLSN ; /* waiting for this LSN or higher */
You can’t perform that action at this time.
0 commit comments