Commit 6436a853 authored by Robert Haas's avatar Robert Haas

Fix comment to be more accurate.

Now that we skip vacuuming all-frozen pages, this comment needs
updating.

Masahiko Sawada
parent 6c72a28e
...@@ -252,8 +252,8 @@ lazy_vacuum_rel(Relation onerel, int options, VacuumParams *params, ...@@ -252,8 +252,8 @@ lazy_vacuum_rel(Relation onerel, int options, VacuumParams *params,
vac_close_indexes(nindexes, Irel, NoLock); vac_close_indexes(nindexes, Irel, NoLock);
/* /*
* Compute whether we actually scanned the whole relation. If we did, we * Compute whether we actually scanned the all unfrozen pages. If we did,
* can adjust relfrozenxid and relminmxid. * we can adjust relfrozenxid and relminmxid.
* *
* NB: We need to check this before truncating the relation, because that * NB: We need to check this before truncating the relation, because that
* will change ->rel_pages. * will change ->rel_pages.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment