Fix obsolete comment in xlogutils.c.

Oversight in commit 2c03216d83.
This commit is contained in:
Peter Geoghegan 2020-08-14 11:09:08 -07:00
parent 0038f94387
commit 914140e85a
1 changed files with 3 additions and 4 deletions

View File

@ -260,10 +260,9 @@ XLogCheckInvalidPages(void)
* determines what needs to be done to redo the changes to it. If the WAL
* record includes a full-page image of the page, it is restored.
*
* 'lsn' is the LSN of the record being replayed. It is compared with 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.
* '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.
*
* Returns one of the following:
*