We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0038f94 commit 914140eCopy full SHA for 914140e
src/backend/access/transam/xlogutils.c
@@ -260,10 +260,9 @@ XLogCheckInvalidPages(void)
260
* determines what needs to be done to redo the changes to it. If the WAL
261
* record includes a full-page image of the page, it is restored.
262
*
263
- * 'lsn' is the LSN of the record being replayed. It is compared with the
264
- * page's LSN to determine if the record has already been replayed.
265
- * 'block_id' is the ID number the block was registered with, when the WAL
266
- * record was created.
+ * 'record.EndRecPtr' is compared to the page's LSN to determine if the record
+ * has already been replayed. 'block_id' is the ID number the block was
+ * registered with, when the WAL record was created.
267
268
* Returns one of the following:
269
0 commit comments