Skip to content

Commit d20d26f

Browse files
knizhniktristan957
authored andcommitted
Undo diasming VM check warning in vacuumlazy.c (#213)
1 parent d8c7a1c commit d20d26f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/access/heap/vacuumlazy.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,10 +1496,7 @@ lazy_scan_heap(LVRelState *vacrel, VacuumParams *params, bool aggressive)
14961496
else if (all_visible_according_to_vm && !PageIsAllVisible(page)
14971497
&& VM_ALL_VISIBLE(vacrel->rel, blkno, &vmbuffer))
14981498
{
1499-
/* ZENITH-XXX: all visible hint is not wal-logged
1500-
* FIXME: Replay visibilitymap changes in pageserver
1501-
*/
1502-
elog(DEBUG1, "page is not marked all-visible but visibility map bit is set in relation \"%s\" page %u",
1499+
elog(WARNING, "page is not marked all-visible but visibility map bit is set in relation \"%s\" page %u",
15031500
vacrel->relname, blkno);
15041501
visibilitymap_clear(vacrel->rel, blkno, vmbuffer,
15051502
VISIBILITYMAP_VALID_BITS);

0 commit comments

Comments
 (0)