Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 914140e

Browse files
Fix obsolete comment in xlogutils.c.
Oversight in commit 2c03216.
1 parent 0038f94 commit 914140e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/backend/access/transam/xlogutils.c

+3-4
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)