Undo check for INIT_FORKNUM

This commit is contained in:
Kosntantin Knizhnik
2025-07-19 07:43:16 +03:00
committed by Konstantin Knizhnik
parent 3c54a235dd
commit ae7b92abeb

View File

@@ -1610,10 +1610,6 @@ neon_write(SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, const vo
switch (reln->smgr_relpersistence)
{
case 0:
if (forknum == INIT_FORKNUM)
{
break; /* init fork is always permanent */
}
relkind = get_cached_relkind(rinfo);
if (relkind == RELKIND_UNKNOWN)
{