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 ee1a641 commit cd591f4Copy full SHA for cd591f4
src/backend/access/heap/vacuumlazy.c
@@ -1157,10 +1157,7 @@ lazy_scan_heap(LVRelState *vacrel)
1157
else if (all_visible_according_to_vm && !PageIsAllVisible(page)
1158
&& VM_ALL_VISIBLE(vacrel->rel, blkno, &vmbuffer))
1159
{
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",
+ elog(WARNING, "page is not marked all-visible but visibility map bit is set in relation \"%s\" page %u",
1164
vacrel->relname, blkno);
1165
visibilitymap_clear(vacrel->rel, blkno, vmbuffer,
1166
VISIBILITYMAP_VALID_BITS);
0 commit comments