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

Commit8f5dcb5

Browse files
committed
Fix bogus comments in XLogRecordAssemble
Pointed out by Michael Paquier
1 parent3a82bc6 commit8f5dcb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/access/transam/xloginsert.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,12 @@ XLogInsert(RmgrId rmid, uint8 info)
435435
* XLogRecData chain, ready for insertion with XLogInsertRecord().
436436
*
437437
* The record header fields are filled in, except for the xl_prev field. The
438-
* calculated CRC does not includexl_prev either.
438+
* calculated CRC does not includethe record header yet.
439439
*
440440
* If there are any registered buffers, and a full-page image was not taken
441-
* of all them, *page_writes_omitted is set totrue. This signals that the
442-
* assembled record is only good for insertion on the assumption that the
443-
* RedoRecPtr and doPageWrites values were up-to-date.
441+
* of allofthem, *fpw_lsn is set tothe lowest LSN among such pages. This
442+
*signals that theassembled record is only good for insertion on the
443+
*assumption that theRedoRecPtr and doPageWrites values were up-to-date.
444444
*/
445445
staticXLogRecData*
446446
XLogRecordAssemble(RmgrIdrmid,uint8info,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp