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

Commit8ac0021

Browse files
Remove final mention of FREEZE_PAGE from comments
b7493e1 removed leftover mentions of XLOG_HEAP2_FREEZE_PAGE recordsfrom comments but neglected to remove one mention of FREEZE_PAGE.Reported off-list by Alexander Lakhin
1 parente0a2721 commit8ac0021

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,8 +984,8 @@ ExtendCLOG(TransactionId newestXact)
984984
/*
985985
* Remove all CLOG segments before the one holding the passed transaction ID
986986
*
987-
* Before removing any CLOG data, we must flush XLOG to disk, to ensure
988-
*thatany recently-emittedFREEZE_PAGErecords have reached disk; otherwise
987+
* Before removing any CLOG data, we must flush XLOG to disk, to ensure that
988+
* any recently-emitted records with freeze plans have reached disk; otherwise
989989
* a crash and restart might leave us with some unfrozen tuples referencing
990990
* removed CLOG data. We choose to emit a special TRUNCATE XLOG record too.
991991
* Replaying the deletion from XLOG is not critical, since the files could

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp