Skip to content

Commit cd591f4

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

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

0 commit comments

Comments
 (0)