Remove assert

This commit is contained in:
Konstantin Knizhnik
2024-06-05 18:19:59 +03:00
parent 327f8f3989
commit c660697578

View File

@@ -1504,8 +1504,6 @@ neon_wallog_page(SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, co
blocknum,
RelFileInfoFmt(InfoFromSMgrRel(reln)),
forknum)));
Assert(false);
lsn = GetXLogReplayRecPtr(NULL); /* in standby mode, soldier on */
}
}