File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -260,10 +260,9 @@ XLogCheckInvalidPages(void)
260260 * determines what needs to be done to redo the changes to it. If the WAL
261261 * record includes a full-page image of the page, it is restored.
262262 *
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.
263+ * 'record.EndRecPtr' is compared to the page's LSN to determine if the record
264+ * has already been replayed. 'block_id' is the ID number the block was
265+ * registered with, when the WAL record was created.
267266 *
268267 * Returns one of the following:
269268 *
You can’t perform that action at this time.
0 commit comments