We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f7b71 commit 76c2d76Copy full SHA for 76c2d76
src/backend/access/heap/vacuumlazy.c
@@ -1159,10 +1159,7 @@ lazy_scan_heap(LVRelState *vacrel)
1159
else if (all_visible_according_to_vm && !PageIsAllVisible(page)
1160
&& VM_ALL_VISIBLE(vacrel->rel, blkno, &vmbuffer))
1161
{
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",
+ elog(WARNING, "page is not marked all-visible but visibility map bit is set in relation \"%s\" page %u",
1166
vacrel->relname, blkno);
1167
visibilitymap_clear(vacrel->rel, blkno, vmbuffer,
1168
VISIBILITYMAP_VALID_BITS);
0 commit comments