Skip to content

Commit 8ac0021

Browse files
Remove final mention of FREEZE_PAGE from comments
b7493e1 removed leftover mentions of XLOG_HEAP2_FREEZE_PAGE records from comments but neglected to remove one mention of FREEZE_PAGE. Reported off-list by Alexander Lakhin
1 parent e0a2721 commit 8ac0021

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

+2-2
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-
* that any recently-emitted FREEZE_PAGE records 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)