We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867d396 commit 3ac3ec5Copy full SHA for 3ac3ec5
src/backend/commands/waitlsn.c
@@ -147,8 +147,9 @@ deleteLSNWaiter(void)
147
}
148
149
/*
150
- * Set latches of LSN waiters whose LSN has been replayed. Set latches of all
151
- * LSN waiters when InvalidXLogRecPtr is given.
+ * Remove waiters whose LSN has been replayed from the heap and set their
+ * latches. If InvalidXLogRecPtr is given, remove all waiters from the heap
152
+ * and set latches for all waiters.
153
*/
154
void
155
WaitLSNSetLatches(XLogRecPtr currentLSN)
0 commit comments