mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
Fix update of current block in access statistic
This commit is contained in:
@@ -162,6 +162,7 @@ bool is_sequential_access(RelFileNode rnode, ForkNumber forkNum, BlockNumber blk
|
||||
}
|
||||
/* Place entry to the tail of LRU list */
|
||||
dlist_push_tail(&lru, &entry->lru_node);
|
||||
entry->blkno = blkno;
|
||||
}
|
||||
return is_seq_access;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user