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

Lines changed: 3 additions & 4 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy