Skip to content

Commit a12e6ff

Browse files
knizhniktristan957
authored andcommitted
Undo diasming VM check warning in vacuumlazy.c (#214)
1 parent 9d8134f commit a12e6ff

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
@@ -1159,10 +1159,7 @@ lazy_scan_heap(LVRelState *vacrel)
11591159
else if (all_visible_according_to_vm && !PageIsAllVisible(page)
11601160
&& VM_ALL_VISIBLE(vacrel->rel, blkno, &vmbuffer))
11611161
{
1162-
/* ZENITH-XXX: all visible hint is not wal-logged
1163-
* FIXME: Replay visibilitymap changes in pageserver
1164-
*/
1165-
elog(DEBUG1, "page is not marked all-visible but visibility map bit is set in relation \"%s\" page %u",
1162+
elog(WARNING, "page is not marked all-visible but visibility map bit is set in relation \"%s\" page %u",
11661163
vacrel->relname, blkno);
11671164
visibilitymap_clear(vacrel->rel, blkno, vmbuffer,
11681165
VISIBILITYMAP_VALID_BITS);

0 commit comments

Comments
 (0)