mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
Remove final mention of FREEZE_PAGE from comments
b7493e1ab35 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
This commit is contained in:
parent
e0a2721f7c
commit
8ac0021b6f
@ -984,8 +984,8 @@ ExtendCLOG(TransactionId newestXact)
|
|||||||
/*
|
/*
|
||||||
* Remove all CLOG segments before the one holding the passed transaction ID
|
* Remove all CLOG segments before the one holding the passed transaction ID
|
||||||
*
|
*
|
||||||
* Before removing any CLOG data, we must flush XLOG to disk, to ensure
|
* Before removing any CLOG data, we must flush XLOG to disk, to ensure that
|
||||||
* that any recently-emitted FREEZE_PAGE records have reached disk; otherwise
|
* any recently-emitted records with freeze plans have reached disk; otherwise
|
||||||
* a crash and restart might leave us with some unfrozen tuples referencing
|
* a crash and restart might leave us with some unfrozen tuples referencing
|
||||||
* removed CLOG data. We choose to emit a special TRUNCATE XLOG record too.
|
* removed CLOG data. We choose to emit a special TRUNCATE XLOG record too.
|
||||||
* Replaying the deletion from XLOG is not critical, since the files could
|
* Replaying the deletion from XLOG is not critical, since the files could
|
||||||
|
Loading…
x
Reference in New Issue
Block a user