Commit 914140e8 authored by Peter Geoghegan's avatar Peter Geoghegan

Fix obsolete comment in xlogutils.c.

Oversight in commit 2c03216d.
parent 0038f943
...@@ -260,10 +260,9 @@ XLogCheckInvalidPages(void) ...@@ -260,10 +260,9 @@ XLogCheckInvalidPages(void)
* determines what needs to be done to redo the changes to it. If the WAL * 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. * 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 * 'record.EndRecPtr' is compared to the page's LSN to determine if the record
* page's LSN to determine if the record has already been replayed. * has already been replayed. 'block_id' is the ID number the block was
* 'block_id' is the ID number the block was registered with, when the WAL * registered with, when the WAL record was created.
* record was created.
* *
* Returns one of the following: * Returns one of the following:
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment