mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
Undo check for INIT_FORKNUM
This commit is contained in:
committed by
Konstantin Knizhnik
parent
3c54a235dd
commit
ae7b92abeb
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user