Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit914140e

Browse files
Fix obsolete comment in xlogutils.c.
Oversight in commit2c03216.
1 parent0038f94 commit914140e

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)

[8]ページ先頭

©2009-2025 Movatter.jp